Update
This commit is contained in:
parent
88223c0172
commit
fd4504e482
4 changed files with 221 additions and 183 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue