refactor: move xdg.enable to hm-system-defaults

This commit is contained in:
Infinidoge 2021-10-25 09:49:55 -04:00
parent 6642d88396
commit 34c99dbf9f
2 changed files with 5 additions and 5 deletions

View file

@ -12,6 +12,9 @@
xdg.configFile."nix/registry.json".text =
config.environment.etc."nix/registry.json".text;
}
{
xdg.enable = true;
}
];
};
}