update things
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
".wallpaper.png"
|
||||
".ssh"
|
||||
|
||||
"dotfiles"
|
||||
"Documents"
|
||||
"projects"
|
||||
"Pictures"
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user