mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+5
-1
@@ -6,7 +6,11 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [ ] ++ (builtins.attrValues inputs.self.homeModules);
|
imports = [
|
||||||
|
./modules/dconf.nix
|
||||||
|
./modules/packages.nix
|
||||||
|
./modules/plasma-manager.nix
|
||||||
|
];
|
||||||
xdg = {
|
xdg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autostart.enable = true;
|
autostart.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user