config.nix/system/default.nix
martyTF 5fa40025d0 we just gettin started
just a few more modules, like bitwarden, syncthing, screenshots
2025-12-20 05:59:46 +01:00

19 lines
215 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./boot.nix
./shell.nix
./networking.nix
./display-manager.nix
./localization.nix
./fira-code.nix
./nixos-cli.nix
./ssh.nix
];
}