this post was submitted on 01 Nov 2025
16 points (100.0% liked)

Nix / NixOS

2747 readers
20 users here now

Main links

Videos

founded 2 years ago
MODERATORS
 

I am pretty happy with my configs now, with home manager but no flakes so far. I am, however, annoyed by all the dotfiles that I didn't define, and I'm worried how many other files are laying around without getting imperatively defined.

I'm sort of picturing a kiosk mode, where every time I reboot everything is wiped and I only have what I defined. Any files I want to keep are on other partitions or network locations mapped in my config. If a new config file is created by changing a setting in an application, I want to be notified so I can add it to my Nix configs.

Is this possible? Is it a terrible idea?

The biggest challenge I see is in installing games, because it looks like they often leave bits all over the place.

you are viewing a single comment's thread
view the rest of the comments
[–] clay_pidgin@sh.itjust.works 4 points 6 months ago* (last edited 6 months ago) (1 children)

THAT'S the word I was looking for!

Thank you.

Now I can hit the wiki. https://nixos.wiki/wiki/Impermanence

[–] greywolf0x1@lemmy.ml 2 points 6 months ago (1 children)

Be careful, backup regularly.

[–] clay_pidgin@sh.itjust.works 1 points 6 months ago

Thank you for the caution!