about summary refs log tree commit diff
path: root/hosts/carmel
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/carmel/default.nix3
-rw-r--r--hosts/carmel/home.nix1
2 files changed, 4 insertions, 0 deletions
diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix
index 87ad97d..bfe0502 100644
--- a/hosts/carmel/default.nix
+++ b/hosts/carmel/default.nix
@@ -10,6 +10,9 @@
     ./profile.nix
   ];
 
+  # Allow setting GTK configuration using home-manager
+  programs.dconf.enable = true;
+
   hardware.opengl.driSupport = true;
 
   # This value determines the NixOS release from which the default
diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix
index 133c6ed..e317788 100644
--- a/hosts/carmel/home.nix
+++ b/hosts/carmel/home.nix
@@ -5,6 +5,7 @@
 
     # desktop
     evince.enable = true;
+    gtk.enable = true;
     pcmanfm.enable = true;
 
     # multimedia