diff --git a/.config/nix/hosts/common.nix b/.config/nix/hosts/common.nix index 1b7b689..1f1265a 100644 --- a/.config/nix/hosts/common.nix +++ b/.config/nix/hosts/common.nix @@ -77,7 +77,7 @@ # OpenSSH services.openssh.enable = true; # Hardware acceleration support - hardware.opengl.extraPackages = with pkgs; [ + hardware.graphics.extraPackages = with pkgs; [ intel-media-driver ]; } diff --git a/.config/waybar/config b/.config/waybar/config index 006e96f..ce38331 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -33,11 +33,8 @@ "orientation": "horizontal", "modules":[ "custom/openbracket", - "custom/arch", "idle_inhibitor", "custom/split", - "custom/powerprofile", - "custom/themeswitcher", "custom/closebracket" ] },