add script for fetching updates
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user