From 1a8c4f18b77e01901afa4de1286379d7c42e1e5e Mon Sep 17 00:00:00 2001 From: lulusilly Date: Wed, 1 Oct 2025 17:13:50 -0400 Subject: [PATCH] Modified common.nix --- .config/nix/hosts/common.nix | 2 +- .config/waybar/config | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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" ] },