8 lines
219 B
Text
Executable file
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
|