aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.nix1
-rw-r--r--home/gtk.nix10
2 files changed, 11 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index c51c298..f76b872 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -105,6 +105,7 @@
enableSSHSupport = true;
};
+ programs.dconf.enable = true;
services.printing.enable = true;
# This option defines the first version of NixOS you have installed on this particular machine,
diff --git a/home/gtk.nix b/home/gtk.nix
index 8f640c4..d0dc075 100644
--- a/home/gtk.nix
+++ b/home/gtk.nix
@@ -3,5 +3,15 @@
{
gtk = {
enable = true;
+
+ theme = {
+ package = pkgs.gruvbox-gtk-theme;
+ name = "Gruvbox-Dark-B";
+ };
+
+ font = {
+ name = "monospace";
+ size = 8;
+ };
};
} \ No newline at end of file