nichts/modules/other/default.nix

10 lines
126 B
Nix
Raw Normal View History

2024-04-10 17:39:26 +02:00
_: {
imports = [
./home-manager.nix
./system.nix
2024-04-14 14:35:10 +02:00
./xdg.nix
2024-04-12 15:57:17 +02:00
./displaymanager.nix
2024-04-10 17:39:26 +02:00
];
}