Files
dotfiles/hosts/satori/default.nix
2024-05-27 23:00:24 +05:30

14 lines
205 B
Nix

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