Restructured how the config is managed

This commit is contained in:
2025-05-05 22:05:32 +02:00
parent fa8f769068
commit 4ac3450ec5
7 changed files with 191 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
{ ... }:
{
imports = [
./hardware/katana.nix
];
system.stateVersion = "24.05"; # Did you read the comment?
}