update things

This commit is contained in:
2024-09-27 10:28:57 -04:00
parent b429d8e6da
commit 75c4ad2383
6 changed files with 11 additions and 6 deletions

View File

@@ -44,6 +44,8 @@ in
#aliases for (I think) macos commands
pbcopy = "${pkgs.wl-clipboard}/bin/wl-copy";
pbpaste = "${pkgs.wl-clipboard}/bin/wl-paste";
nix-cleanup = "doas nix-collect-garbage --delete-older-than 1d && doas nix-store --optimise && doas nix-store --gc";
};
shellInit = ''