1

Add some gtk config

This commit is contained in:
2022-07-02 18:13:22 +02:00
parent 6ca2b05ede
commit 54481dacf4

View File

@ -40,6 +40,21 @@ rec {
# Make fonts installed through packages available to applications # Make fonts installed through packages available to applications
fonts.fontconfig.enable = true; 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 = { home = {
username = "christoph"; username = "christoph";
homeDirectory = "/home/${home.username}"; homeDirectory = "/home/${home.username}";
@ -164,7 +179,7 @@ rec {
# godot # godot
# Icons # Icons
papirus-icon-theme # papirus-icon-theme # Moved to iconTheme
# Fonts # Fonts
# TODO: Make a module and move to fonts.fonts or something more specific # TODO: Make a module and move to fonts.fonts or something more specific