cornflake/system/core/default.nix
2025-12-25 18:37:42 +09:00

14 lines
153 B
Nix

{
imports = [
./nix.nix
./boot.nix
./locale.nix
./network.nix
./fonts.nix
./sound.nix
./uwsm.nix
./greeter.nix
];
}