From 1f23c8f532b6aafb917dac9fc46ecfaceffb700d Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 17 May 2024 00:02:52 -0700 Subject: Set GTK theme --- configuration.nix | 1 + home/gtk.nix | 10 ++++++++++ 2 files changed, 11 insertions(+) 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 -- cgit v1.2.3