From bee04fa048e66299460234ac957a62c110914449 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Mon, 16 Nov 2020 00:50:52 -0700 Subject: gnome: add packages and udev settings Add gnome-shell-extensions and character map, add gnome-settings-daemon to udev. Signed-off-by: Kenny Ballou --- overlays/00-gnome-applications.nix | 2 ++ services/gnome.nix | 3 +++ 2 files changed, 5 insertions(+) diff --git a/overlays/00-gnome-applications.nix b/overlays/00-gnome-applications.nix index 76855b6..54dbda7 100644 --- a/overlays/00-gnome-applications.nix +++ b/overlays/00-gnome-applications.nix @@ -6,9 +6,11 @@ self: super: paths = [ self.gnome3.gnome-autoar self.gnome3.gnome-boxes + self.gnome3.gnome-shell-extensions self.gnome3.gnome-tweak-tool self.gnome3.gnome-themes-extra self.gnome3.gnome-themes-standard + self.gnome3.gucharmap ]; }; } diff --git a/services/gnome.nix b/services/gnome.nix index ccbe653..37a1968 100644 --- a/services/gnome.nix +++ b/services/gnome.nix @@ -9,4 +9,7 @@ }; programs.dconf.enable = true; services.dbus.packages = with pkgs; [ gnome2.GConf ]; + services.udev.packages = with pkgs; [ + gnome3.gnome-settings-daemon + ]; } -- cgit v1.2.1