add some hypr rules, zsh cli, add steam, fix scaling

This commit is contained in:
2025-12-19 07:04:38 +03:00
parent 9ec7a410f1
commit 6c36a5ec30
11 changed files with 240 additions and 172 deletions
+6
View File
@@ -16,6 +16,11 @@
neofetch
yazi
zenity
figlet
bat
ripgrep
entr
];
home.file.".p10k.zsh".source = ./p10k.zsh;
@@ -90,6 +95,7 @@
f() { git add -A && git commit -m "$1" && git push; unset -f f; }; f
'';
og = ''f() { z github "$@" && code . && exit; unset -f f; }; f'';
wf = ''f() { watch -t -n1 "$@ | figlet -c -t -f doh"; unset -f f; }; f'';
cnfg = "cd nixos-config && code . && exit";
x = "select_command";