mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
9 lines
115 B
Nix
9 lines
115 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./hardware/katana.nix
|
|
];
|
|
|
|
system.stateVersion = "24.05"; # Did you read the comment?
|
|
}
|