niksos/modules/other/default.nix
jacekpoz 59febb2149
move the config' arg to a custom module (big)
shoutout to raf for pointing out how retarded this was
this was needed very much
2024-02-29 00:29:56 +01:00

7 lines
96 B
Nix

_: {
imports = [
./home-manager.nix
./system.nix
./xdg.nix
];
}