fix: hardware.opengl→graphics, allowUnfree, fjern redundante packages, tilføj README + gitignore
This commit is contained in:
+4
-1
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user