This commit is contained in:
2025-08-04 22:32:10 +03:00
parent efbb644bf2
commit 22b0de9ff1
4 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -6,7 +6,11 @@
...
}:
{
imports = [ ] ++ (builtins.attrValues inputs.self.homeModules);
imports = [
./modules/dconf.nix
./modules/packages.nix
./modules/plasma-manager.nix
];
xdg = {
enable = true;
autostart.enable = true;