Modified common.nix

This commit is contained in:
lulusilly 2025-10-01 17:13:50 -04:00
parent 810a52e634
commit 1a8c4f18b7
2 changed files with 1 additions and 4 deletions

View file

@ -77,7 +77,7 @@
# OpenSSH # OpenSSH
services.openssh.enable = true; services.openssh.enable = true;
# Hardware acceleration support # Hardware acceleration support
hardware.opengl.extraPackages = with pkgs; [ hardware.graphics.extraPackages = with pkgs; [
intel-media-driver intel-media-driver
]; ];
} }

View file

@ -33,11 +33,8 @@
"orientation": "horizontal", "orientation": "horizontal",
"modules":[ "modules":[
"custom/openbracket", "custom/openbracket",
"custom/arch",
"idle_inhibitor", "idle_inhibitor",
"custom/split", "custom/split",
"custom/powerprofile",
"custom/themeswitcher",
"custom/closebracket" "custom/closebracket"
] ]
}, },