mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
update: misc
This commit is contained in:
parent
a07659f1d4
commit
331b726809
4 changed files with 14 additions and 13 deletions
|
|
@ -57,15 +57,15 @@
|
||||||
left down rght
|
left down rght
|
||||||
)
|
)
|
||||||
(defalias
|
(defalias
|
||||||
a (tap-hold 200 a lalt)
|
a (tap-hold 150 a lalt)
|
||||||
o (tap-hold 200 o lmet)
|
o (tap-hold 150 o lmet)
|
||||||
e (tap-hold 200 e lsft)
|
e (tap-hold 150 e lsft)
|
||||||
u (tap-hold 200 u lctl)
|
u (tap-hold 150 u lctl)
|
||||||
h (tap-hold 200 h lctl)
|
h (tap-hold 150 h lctl)
|
||||||
t (tap-hold 200 t lsft)
|
t (tap-hold 150 t lsft)
|
||||||
n (tap-hold 200 n lmet)
|
n (tap-hold 150 n lmet)
|
||||||
s (tap-hold 200 s lalt)
|
s (tap-hold 150 s lalt)
|
||||||
spc (tap-hold 200 spc (layer-toggle num))
|
spc (tap-hold 150 spc (layer-toggle num))
|
||||||
bspc (tap-hold 200 bspc (layer-toggle symbol))
|
bspc (tap-hold 150 bspc (layer-toggle symbol))
|
||||||
tab (tap-hold 200 tab (layer-toggle arrow))
|
tab (tap-hold 150 tab (layer-toggle arrow))
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
./programs/gpg.nix
|
./programs/gpg.nix
|
||||||
|
|
||||||
# Import desktop configurations
|
# Import desktop configurations
|
||||||
./desktop/hyprland.nix
|
# ./desktop/hyprland.nix
|
||||||
# ./desktop/hyprpanel.nix
|
# ./desktop/hyprpanel.nix
|
||||||
# ./desktop/river.nix
|
# ./desktop/river.nix
|
||||||
# ./desktop/hyprpaper.nix
|
# ./desktop/hyprpaper.nix
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
fi
|
fi
|
||||||
rm -f -- "$tmp"
|
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 = {
|
prezto = {
|
||||||
tmux = {
|
tmux = {
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
../common/global
|
../common/global
|
||||||
../common/optional/fcitx5.nix
|
../common/optional/fcitx5.nix
|
||||||
../common/optional/bluetooth.nix
|
../common/optional/bluetooth.nix
|
||||||
|
../common/optional/steam.nix
|
||||||
|
|
||||||
../common/optional/kmonad.nix
|
../common/optional/kmonad.nix
|
||||||
../common/optional/auto-cpufreq.nix
|
../common/optional/auto-cpufreq.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue