Files
dotfiles/hosts/marisa/default.nix
2022-12-06 19:31:40 +05:30

13 lines
170 B
Nix

{config, pkgs, ...}:
{
imports =
[
./networking.nix
./hardware.nix
./boot.nix
./services.nix
./stuff.nix
];
system.stateVersion = "21.05";
}