add script for fetching updates

This commit is contained in:
2025-11-29 13:15:35 +03:00
parent 36765feed3
commit 8736b50e04
3 changed files with 39 additions and 1 deletions
+2
View File
@@ -9,6 +9,7 @@
(writeShellScriptBin "move_avatar" (builtins.readFile ./move_avatar.sh))
(writeShellScriptBin "next_wallpaper"
(builtins.readFile ./next_wallpaper.sh))
(writeShellScriptBin "update_git_config" (builtins.readFile ./update_system_from_git.sh))
zsh-powerlevel10k
fzf
fd
@@ -92,6 +93,7 @@
''; # TODO: start system with serviceps://github.com/dylanaraps/pywal/wiki/Customization
cnfg = "cd nixos-config && code . && exit";
x = "select_command";
u = "update_git_config";
mv_w = "move_wallpaper";
next_w = "next_wallpaper";