sneeuwvlok/modules/nixos/default.nix
2026-03-25 06:45:43 +00:00

14 lines
164 B
Nix

{
imports = [
./application
./boot
./desktop
./editor
./hardware
./home-manager
./nix
./services
./shells
./system
];
}