fix(gyroflow): add enable check to persist
This commit is contained in:
parent
751b7634db
commit
58ff4b3373
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