This commit is contained in:
4DBug
2025-03-23 13:45:37 -05:00
parent 50b0638323
commit b27f84c4ec
3 changed files with 5 additions and 8 deletions

View File

@@ -1,11 +1,7 @@
{ config, lib, pkgs, ... }:
{ ... }:
{
imports = [
./hardware-configuration.nix
/home/bug/nix/main.nix
./main.nix
];
# nix os release version
system.stateVersion = "24.11";
}
}