From 71c254d4a6da63317e2594264df9ba2d24b88197 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 4 Dec 2023 12:16:04 +0000 Subject: [PATCH] feat: gnome shell extensions (doesn't seem to work --- hosts/alex/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index a5c0267..28446b5 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -37,6 +37,14 @@ # xkbVariant = ""; }; + environment.systemPackages = with pkgs; [ + gnomeExtensions.appindicator + gnomeExtensions.mpris-label + ]; + services.udev.packages = with pkgs; [ + gnome.gnome-settings-daemon + ]; + services.printing = { enable = true; drivers = with pkgs; [