sudoer777@lemmy.mltoLinux@lemmy.ml•Do any of you daily drive a mobile Linux distro on your cell phone? Is that viable / will it ever be?
2·
2 days agoWhen people want “Linux” on their phones they’re talking more about the ecosystem than the OS
When people want “Linux” on their phones they’re talking more about the ecosystem than the OS
Use nix home-manager or guix home and put your configs in a git repo (this is my guix home config for reference)
I have mine set to 18 hours
hahal💀lma💀
nix/guix can be used on any distro and it provides a way to organize .config files so that if the .config directory gets deleted or accidentally modified for some reason, restoring it would be very easy. By putting the configuration in a git repo, it also makes it easy to restore previous configurations. I accidentally deleted a bunch of stuff in my .config directory once and that’s one of the reason I use this tooling now, so I thought OP would find it helpful also