Add bottom countdown

This commit is contained in:
Emi Simpson 2023-04-10 16:33:03 -04:00
parent cf9bc70c62
commit 108a844d03
Signed by: Emi
GPG key ID: A12F2C2FFDC3D847
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
dw
rclone
bubblewrap
termdown
] ++ (import ../system/home-manager.nix).extraPackages pkgs;
editorconfig = {
enable = true;

View file

@ -29,6 +29,7 @@ pkgs: {
"backup" = "${unlock-rclone} && restic -r rclone:rit:'Restic Backups/'(hostname | sed \"s/\\(.\\)/\\u\\1/\") -p (pass backups | psub) backup ~/ --exclude-caches --exclude-file=${import ./restic.nix}";
"diary" = "bwrap --bind ~/Diary/gate/ / --bind ~/Diary/store /store --ro-bind /nix /nix --bind /run /run -- (whereis -b restic | cut -c 9-) -r /store -p (pass diary | psub) backup -H 'diary' -e /nix -e /run -e /store -e /home /";
"dl" = "wget (kitty +kitten clipboard --get-clipboard)";
bottom = "termdown 2023-06-13T7:30:00";
};
shellInit = ''
set fish_color_command magenta