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

@@ -14,7 +14,6 @@
".wallpaper.png"
".ssh"
"dotfiles"
"Documents"
"projects"
"Pictures"

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 = ''

View File

@@ -11,6 +11,8 @@
nixpkgs.overlays = [
# Add a protontricks-beta package so we can use protontricks with latest steam beta
# https://github.com/Matoking/protontricks/issues/304#issuecomment-2280920826
# nixpkgs update: https://github.com/NixOS/nixpkgs/pull/343068
(
final: prev:
let