aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorop <[email protected]>2024-11-06 11:58:56 +0000
committerop <[email protected]>2024-11-06 11:58:56 +0000
commit5514b8f6849c904146d5f4c2fcfff0105f8177e1 (patch)
tree369128113f22b53ebc1fa8e10a8b77463296cd57
parent0ec5d4150919898c0fa2619bdc1c7c0a942cfe20 (diff)
rename deprecated fieldHEADmaster
-rw-r--r--hosts/laurel/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/laurel/configuration.nix b/hosts/laurel/configuration.nix
index 8ff1fe5..e824853 100644
--- a/hosts/laurel/configuration.nix
+++ b/hosts/laurel/configuration.nix
@@ -35,7 +35,7 @@
35 # Enable sound. 35 # Enable sound.
36 # sound.enable = true; 36 # sound.enable = true;
37 hardware.pulseaudio.enable = true; 37 hardware.pulseaudio.enable = true;
38 hardware.opengl = { 38 hardware.graphics = {
39 enable = true; 39 enable = true;
40 extraPackages = with pkgs; [ 40 extraPackages = with pkgs; [
41 intel-media-driver 41 intel-media-driver