mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
+4
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user