niksos/modules/other/default.nix

7 lines
75 B
Nix
Raw Normal View History

_: {
imports = [
./home-manager.nix
2023-08-01 14:29:16 +02:00
./xdg.nix
];
}