diff --git a/files/keyboard.kbd b/files/keyboard.kbd index 0d3a65c..63db781 100644 --- a/files/keyboard.kbd +++ b/files/keyboard.kbd @@ -57,15 +57,15 @@ left down rght ) (defalias -a (tap-hold 200 a lalt) -o (tap-hold 200 o lmet) -e (tap-hold 200 e lsft) -u (tap-hold 200 u lctl) -h (tap-hold 200 h lctl) -t (tap-hold 200 t lsft) -n (tap-hold 200 n lmet) -s (tap-hold 200 s lalt) -spc (tap-hold 200 spc (layer-toggle num)) -bspc (tap-hold 200 bspc (layer-toggle symbol)) -tab (tap-hold 200 tab (layer-toggle arrow)) +a (tap-hold 150 a lalt) +o (tap-hold 150 o lmet) +e (tap-hold 150 e lsft) +u (tap-hold 150 u lctl) +h (tap-hold 150 h lctl) +t (tap-hold 150 t lsft) +n (tap-hold 150 n lmet) +s (tap-hold 150 s lalt) +spc (tap-hold 150 spc (layer-toggle num)) +bspc (tap-hold 150 bspc (layer-toggle symbol)) +tab (tap-hold 150 tab (layer-toggle arrow)) ) diff --git a/home/fabric/default.nix b/home/fabric/default.nix index 612be0e..9fd800c 100644 --- a/home/fabric/default.nix +++ b/home/fabric/default.nix @@ -20,7 +20,7 @@ ./programs/gpg.nix # Import desktop configurations - ./desktop/hyprland.nix + # ./desktop/hyprland.nix # ./desktop/hyprpanel.nix # ./desktop/river.nix # ./desktop/hyprpaper.nix diff --git a/home/fabric/programs/zsh.nix b/home/fabric/programs/zsh.nix index e33c0d2..fce4208 100644 --- a/home/fabric/programs/zsh.nix +++ b/home/fabric/programs/zsh.nix @@ -47,7 +47,7 @@ fi rm -f -- "$tmp" } - gpg --quiet --decrypt /home/fabric/.local/share/gopass/stores/root/websites/codeberg.org/FabricSoul.gpg >/dev/null + gpg --pinentry-mode=loopback --quiet --decrypt /home/fabric/.local/share/gopass/stores/root/websites/codeberg.org/FabricSoul.gpg >/dev/null ''; prezto = { tmux = { diff --git a/hosts/common/optional/plex.nix b/hosts/common/optional/plex.nix index 15b3dbb..1c04525 100644 --- a/hosts/common/optional/plex.nix +++ b/hosts/common/optional/plex.nix @@ -3,4 +3,16 @@ enable = true; openFirewall = true; }; + services.jellyfin = { + enable = true; + openFirewall = true; + }; + services.navidrome = { + enable = true; + openFirewall = true; + settings = { + MusicFolder = "/nas/music"; + Address = "0.0.0.0"; + }; + }; } diff --git a/hosts/solaris/default.nix b/hosts/solaris/default.nix index b842a86..fb459a7 100644 --- a/hosts/solaris/default.nix +++ b/hosts/solaris/default.nix @@ -13,6 +13,7 @@ ../common/global ../common/optional/fcitx5.nix ../common/optional/bluetooth.nix + ../common/optional/steam.nix ../common/optional/kmonad.nix ../common/optional/auto-cpufreq.nix