fix: hardware.opengl→graphics, allowUnfree, fjern redundante packages, tilføj README + gitignore

This commit is contained in:
2026-07-12 14:54:02 +02:00
parent f4382c7a97
commit b9b09b339b
4 changed files with 78 additions and 5 deletions
+4 -1
View File
@@ -24,8 +24,11 @@
# Nix
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Tillad unfree packages (Steam, 1Password, mfl.)
nixpkgs.config.allowUnfree = true;
# OpenGL / GPU
hardware.opengl.enable = true;
hardware.graphics.enable = true;
system.stateVersion = "24.11";
}