Files
dotfiles/hosts/satori/default.nix
2022-11-05 17:49:27 +05:30

17 lines
254 B
Nix

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