This commit is contained in:
4DBug
2025-03-10 22:51:01 -05:00
parent e2157c935d
commit 9c9d7eaae0
14 changed files with 198 additions and 278 deletions

View File

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