This commit is contained in:
2025-05-18 00:21:12 +03:00
parent 1b32112dc9
commit 6ddf0d5d84
2 changed files with 4 additions and 6 deletions
+4 -1
View File
@@ -8,7 +8,10 @@ let
...
}:
{
imports = [ inputs.self.homeModules.default inputs.self.homeModules.links ];
imports = [
inputs.self.homeModules.default
inputs.self.homeModules.links
];
xdg = {
enable = true;
autostart.enable = true;