From 22e93042939583db19dcdaad841fc9b42cf5e34f Mon Sep 17 00:00:00 2001 From: Forestcat Date: Tue, 26 Dec 2023 14:47:13 +0100 Subject: [PATCH 1/2] added cheetah alias --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 699d10d..e90215e 100755 --- a/home.nix +++ b/home.nix @@ -69,6 +69,7 @@ enable = true; shellAliases = { ll = "ls -l"; + cheetah = "curl -d 'Lena: Done ✓' https://ntfy.forestcat.org/cheetah"; }; }; From 3719e1430d1ae350faf838754198c2f4e2372f6f Mon Sep 17 00:00:00 2001 From: Forestcat Date: Tue, 26 Dec 2023 22:28:03 +0100 Subject: [PATCH 2/2] added i3 --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5a15944..6f1b786 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -79,6 +79,7 @@ environment.systemPackages = with pkgs; [ # System Packages go here pkgs.brave + pkgs.i3 pkgs.alejandra pkgs.keepassxc pkgs.kitty