nix-config/modules/packages/maintenance
2024-03-22 23:35:56 -07:00

8 lines
219 B
Text
Executable file

sudo nix-collect-garbage -d
sudo nix store verify --all
sudo nix store repair --all
cd $NIXOS_CONFIG_DIR
nix flake update
sudo nixos-rebuild switch --flake . --upgrade
nix run nixpkgs#bleachbit
nix run nixpkgs#pcmanfm