fix(gyroflow): add enable check to persist
This commit is contained in:
parent
55435e6da6
commit
de4e01ee10
|
@ -14,6 +14,6 @@ in {
|
|||
{ passthrough.gyroflow = cfg; }
|
||||
];
|
||||
|
||||
users.home.persist.directories = [ ".config/Gyroflow" ];
|
||||
users.home.persist.directories = mkIf cfg.enable [ ".config/Gyroflow" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue