Merge branch 'main' of github.com:FabricSoul/nixos-configs

This commit is contained in:
FabricSoul 2025-08-12 22:32:28 -04:00
commit 564d165a8a
5 changed files with 26 additions and 13 deletions

View file

@ -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))
)

View file

@ -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

View file

@ -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 = {

View file

@ -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";
};
};
}

View file

@ -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