Files
dotfiles/hosts/satori/default.nix
2025-06-29 19:49:39 +05:30

13 lines
187 B
Nix

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