nix/hosts/laptop/default.nix

11 lines
196 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./hardware-configuration.nix
./modules
];
system.stateVersion = "24.05";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}