From 10adc232233f7b8eb955364406dc1a427884c1d6 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 9 May 2021 11:51:00 +0200 Subject: [PATCH] machines: aramis: use gtk profile --- machines/aramis/home.nix | 7 ------- machines/aramis/profiles.nix | 2 ++ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/machines/aramis/home.nix b/machines/aramis/home.nix index a5a936c..aca7978 100644 --- a/machines/aramis/home.nix +++ b/machines/aramis/home.nix @@ -9,8 +9,6 @@ gammastep.enable = true; # Use a small popup to enter passwords gpg.pinentry = "gtk2"; - # GTK theme configuration - gtk.enable = true; # Machine specific packages packages.additionalPackages = with pkgs; [ jellyfin-media-player # Wraps the webui and mpv together @@ -36,9 +34,4 @@ wallpapers = "${pkgs.plasma-workspace-wallpapers}/share/wallpapers"; in "${wallpapers}/summer_1am/contents/images/2560x1600.jpg"; - - services.dbus.packages = with pkgs; [ - # Allow setting GTK configuration using home-manager - gnome3.dconf - ]; } diff --git a/machines/aramis/profiles.nix b/machines/aramis/profiles.nix index 1eb73e8..6001918 100644 --- a/machines/aramis/profiles.nix +++ b/machines/aramis/profiles.nix @@ -3,6 +3,8 @@ my.profiles = { # Bluetooth configuration and GUI bluetooth.enable = true; + # GTK theme configuration + gtk.enable = true; # i3 configuration wm.windowManager = "i3"; };