NixOS-Config/modules/system/default.nix

15 lines
168 B
Nix

{ ... }:
{
imports = [
./accounts
./devices
./options
./programs
./services
./settings
../extras
];
system.stateVersion = "24.05";
}