refactor: move xdg.enable to hm-system-defaults
This commit is contained in:
parent
6642d88396
commit
34c99dbf9f
2 changed files with 5 additions and 5 deletions
|
@ -12,6 +12,9 @@
|
|||
xdg.configFile."nix/registry.json".text =
|
||||
config.environment.etc."nix/registry.json".text;
|
||||
}
|
||||
{
|
||||
xdg.enable = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue