+8
nixos/home/life/creativity.nix
+8
nixos/home/life/creativity.nix
+1
nixos/home/life/default.nix
+1
nixos/home/life/default.nix
+3
nixos/hosts/bpavuk-nixos/default.nix
+3
nixos/hosts/bpavuk-nixos/default.nix
+3
-3
nixos/hosts/common.nix
+3
-3
nixos/hosts/common.nix
···
30
30
# Linux firmware
31
31
hardware.enableRedistributableFirmware = true;
32
32
33
-
# OpenGL
34
-
hardware.opengl = {
33
+
# GPU
34
+
hardware.graphics = {
35
35
enable = true;
36
-
driSupport32Bit = true;
36
+
enable32Bit = true;
37
37
};
38
38
39
39
# Steam (system-wide until Home Manager config arrives)