home(gyroflow): add enable check to persist
This commit is contained in:
parent
c4d85a0d3e
commit
a5e7e6a623
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ in {
|
|||
{ passthrough.gyroflow = cfg; }
|
||||
];
|
||||
|
||||
users.home.persist.directories = [ ".config/Gyroflow" ];
|
||||
users.home.persist.directories = mkIf cfg.enable [ ".config/Gyroflow" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue