home: setup base icon theme for gtk2

This commit is contained in:
Antoine Martin 2022-04-20 11:57:50 +02:00
parent b336329199
commit 5ebc6a0541
3 changed files with 41 additions and 0 deletions

View file

@ -102,6 +102,10 @@ in {
programs.nm-applet.enable = true;
programs.steam.enable = true;
# this is necessary to set GTK stuff in home manager
# FIXME: better interdependency between this and the home part
programs.dconf.enable = true;
# NOTE: needed for home emacs configuration
nixpkgs.config.input-fonts.acceptLicense = true;
};