Files
dotfiles/hosts/satori/default.nix
2024-02-25 17:08:12 +05:30

15 lines
222 B
Nix

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