nixos: gen 186 @ nix-pad — 2026-07-31 02:10

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-31 02:10:51 -06:00
parent 20bebdd987
commit 1d0d6a3d57
4 changed files with 3 additions and 632 deletions
+1
View File
@@ -4,6 +4,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages;
boot.kernelModules = [ "uinput" ];
system.nixos.label = "niri-v.1.1";
environment.pathsToLink = [ "/libexec" ];
}