From 54481dacf4dcd291dc98c535e0fdca280fe22651 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sat, 2 Jul 2022 18:13:22 +0200 Subject: [PATCH] Add some gtk config --- home/home.nix | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 98c9e0a9..51127ddf 100644 --- a/home/home.nix +++ b/home/home.nix @@ -40,6 +40,21 @@ rec { # Make fonts installed through packages available to applications fonts.fontconfig.enable = true; + # TODO: Module + gtk = { + enable = true; + + cursorTheme.package = pkgs.numix-cursor-theme; + cursorTheme.name = "Numix"; + # cursorTheme.size = 16; + + iconTheme.package = pkgs.papirus-icon-theme; + iconTheme.name = "Papirus"; + + # theme.package = ; + # theme.name = ; + }; + home = { username = "christoph"; homeDirectory = "/home/${home.username}"; @@ -164,7 +179,7 @@ rec { # godot # Icons - papirus-icon-theme + # papirus-icon-theme # Moved to iconTheme # Fonts # TODO: Make a module and move to fonts.fonts or something more specific