Files
dotfiles/hosts/satori/default.nix
2023-07-26 16:42:59 +05:30

18 lines
275 B
Nix

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