aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 20:08:29 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 20:08:29 -0800
commit8ea66b613745499654ae920c69ef211e1123c213 (patch)
treef0954f82455ed6904f05dcf8890c6532e6564986
parenthome-manager: fix configuration for i3/polybar (diff)
downloadinfra-8ea66b613745499654ae920c69ef211e1123c213.tar.gz
home-manager: fix GTK configuration
-rw-r--r--users/fcuny/desktop.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/users/fcuny/desktop.nix b/users/fcuny/desktop.nix
index 5151e2e..46dd058 100644
--- a/users/fcuny/desktop.nix
+++ b/users/fcuny/desktop.nix
@@ -16,11 +16,14 @@
videos = "\$HOME/media/videos";
};
+ # This is required for the gtk configuration below
+ home.packages = [
+ pkgs.gnome3.dconf
+ ];
+
gtk = {
enable = true;
-
theme.name = "Adwaita";
-
iconTheme = {
name = "Adwaita";
package = pkgs.gnome3.adwaita-icon-theme;