This commit is contained in:
Aleksandr Lebedev 2026-01-10 22:16:52 +01:00
parent 88223c0172
commit fd4504e482
4 changed files with 221 additions and 183 deletions

View file

@ -21,7 +21,7 @@ with lib.${namespace}; let
in {
options.${namespace}.impermanence = with types; {
enable = mkBoolOpt osCfg.enable or false "Enable impermanence";
persistentStorage = mkOpt path "${osCfg.persistentStorage or "/persist"}${home}" "Actual persistent storage path";
persistentStorage = mkOpt path "${osCfg.persistentStorage or "/persist"}" "Actual persistent storage path";
};
config = mkIf cfg.enable {
@ -54,7 +54,6 @@ in {
#}
{
directory = ".local/share/Steam";
method = "symlink";
}
".mozilla"
".librewolf"
@ -78,7 +77,6 @@ in {
".config/kdeglobals"
".config/Minecraft Linux Launcher/Minecraft Linux Launcher UI.conf"
];
allowOther = true;
};
};
}