This commit is contained in:
4DBug
2025-03-22 14:17:10 -05:00
parent c9770a65bb
commit 2791c62305
17 changed files with 358 additions and 282 deletions

View File

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