reset home manager
This commit is contained in:
parent
e1dd8c541f
commit
77d98aab5a
2 changed files with 8 additions and 0 deletions
|
@ -20,3 +20,9 @@ git add flake.nix
|
|||
nix --extra-experimental-features flakes --extra-experimental-features nix-command build .#nixosConfigurations.exampleIso.config.system.build.isoImage
|
||||
|
||||
doas dd if=result/iso/nixos-*-x86_64-linux.iso of=/dev/sda bs=4M conv=fsync
|
||||
|
||||
# reset home manager
|
||||
|
||||
rm /data/home/cullmann/.local/state/nix/profiles/home-manager* /date/home/cullmann/.local/state/home-manager/gcroots/current-home
|
||||
rm /data/home/sandbox-games/.local/state/nix/profiles/home-manager* /date/home/sandbox-games/.local/state/home-manager/gcroots/current-home
|
||||
rm /data/home/sandbox-kde/.local/state/nix/profiles/home-manager* /date/home/sandbox-kde/.local/state/home-manager/gcroots/current-home
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue