diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..63bfbc3 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,58 @@ +profile=gpu-hq +vo=gpu-next +opengl-es=yes + +[image] +osc=no +sub-auto=no +audio-file=no +term-status-msg= +loop-file=inf +no-pause +video-aspect-override=no +geometry=720x360 + +[extension.png] +profile=image + +[extension.jpg] +profile=image + +[extension.jpeg] +profile=image + +[extension.webp] +profile=image + +[extension.gif] +profile=image + +[audio] +volume=50 +geometry=300x300 + +[extension.mp3] +profile=audio + +[extension.ogg] +profile=audio + +[extension.flac] +profile=audio + +[extension.wav] +profile=audio + +[vids] +geometry=640x300 +volume=50 + +[extension.webm] +profile=vids +loop-file=inf + +[extension.mp4] +profile=vids + +[extension.mkv] +profile=vids diff --git a/.config/nix/hosts/common.nix b/.config/nix/hosts/common.nix index 0b7c993..b911567 100644 --- a/.config/nix/hosts/common.nix +++ b/.config/nix/hosts/common.nix @@ -70,6 +70,8 @@ enable = true; enableSSHSupport = true; }; + # Espanso for text expansion + services.espanso.enable = true; # OpenSSH services.openssh.enable = true; } diff --git a/.config/nix/hosts/home.nix b/.config/nix/hosts/home.nix index 3b03736..74bf036 100644 --- a/.config/nix/hosts/home.nix +++ b/.config/nix/hosts/home.nix @@ -78,6 +78,7 @@ keepassxc # Secure password manager syncthing # Self explanatory ghostty # Terminal emulator + irssi # Terminal IRC client # Fonts nerd-fonts.jetbrains-mono miracode diff --git a/.config/nix/modules/kanata.nix b/.config/nix/modules/kanata.nix index 28deeec..e902745 100644 --- a/.config/nix/modules/kanata.nix +++ b/.config/nix/modules/kanata.nix @@ -27,7 +27,7 @@ ]; configFile = builtins.fetchurl { url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd; - sha256 = "1jv6051igv4yxwr9bxzil6qrynvg3imlnh65lxhjdfcvpnmlcy6p"; + sha256 = "97947618d01cc8bd553c2d305537b9db6962a3a9205cda43abadc1b87eed901f"; }; }; };