From 108a844d03119d2a3768153ade30f5d6731bdfd1 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Mon, 10 Apr 2023 16:33:03 -0400 Subject: [PATCH] Add bottom countdown --- configs/home.nogui.nix | 1 + configs/programs/fish.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/home.nogui.nix b/configs/home.nogui.nix index 98e9e09..05d7fee 100644 --- a/configs/home.nogui.nix +++ b/configs/home.nogui.nix @@ -20,6 +20,7 @@ dw rclone bubblewrap + termdown ] ++ (import ../system/home-manager.nix).extraPackages pkgs; editorconfig = { enable = true; diff --git a/configs/programs/fish.nix b/configs/programs/fish.nix index f684302..e0ee9a1 100644 --- a/configs/programs/fish.nix +++ b/configs/programs/fish.nix @@ -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