config.nix/system/default.nix
2025-12-18 18:06:02 +01:00

17 lines
169 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./boot.nix
./shell.nix
./networking.nix
./gdm.nix
./localization.nix
./fira-code.nix
];
}