More changes to minimize flake footprint

This commit is contained in:
Jimbo 2025-02-28 18:43:21 -05:00
parent a7526caec2
commit e6bd37c5d4
15 changed files with 629 additions and 188 deletions

View file

@ -4,7 +4,6 @@
# NixOS
flakedate = "doas nix flake update --flake /etc/nixos";
nhs = "doas nh os switch -R /etc/nixos";
nhu = "flakedate && nhs";
nixclean = "nix store gc; nix store optimise";
nixpurge = "doas nix-collect-garbage --delete-old";
@ -14,8 +13,6 @@
ff = "clear && fastfetch";
ip = "ip -c";
cat = "${pkgs.bat}/bin/bat --paging never";
copycat = "wl-copy <";
myip = "curl ifconfig.co";
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
};
}