This commit is contained in:
Martin Benonisen 2024-07-24 08:33:32 +02:00
parent 77857511fa
commit c56c8d8fef
Signed by: mbeno
SSH Key Fingerprint: SHA256:iAzOA1WUAxocdh/WRWXcSg5nw2dJ1aDCvPuT+3ZjkwI
2 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@
zenity
protontricks
winetricks
wineWowPackages.stagingFull
tokei
unzip

View File

@ -7,7 +7,7 @@
enableCompletion = true;
syntaxHighlighting.enable = true;
shellAliases = {
nrebuild = "nix flake update /home/mbeno/git/nixos && sudo nixos-rebuild switch --flake /home/${user}/git/nixos && nvd diff $(ls -d1v /nix/var/nix/profiles/system-*-link|tail -n 2) && source ~/.zshrc";
nrebuild = "nix flake update /home/mbeno/git/nixos && sudo nixos-rebuild switch --recreate-lock-file --flake /home/${user}/git/nixos && nvd diff $(ls -d1v /nix/var/nix/profiles/system-*-link|tail -n 2) && source ~/.zshrc";
nlog = ''
revpath="/nix/var/nix/profiles";
lastrev=$(ls -d1v $revpath/system-*-link|cut -d "-" -f2 | tail -n1);