mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Remove gnome namespace
This commit is contained in:
parent
b3a5fa3345
commit
c1cba95e02
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||||
theme.package = pkgs.gnome.gnome-themes-extra;
|
theme.package = pkgs.gnome-themes-extra;
|
||||||
iconTheme.package = pkgs.papirus-icon-theme;
|
iconTheme.package = pkgs.papirus-icon-theme;
|
||||||
font.name = "Open Sans";
|
font.name = "Open Sans";
|
||||||
font.package = pkgs.open-sans;
|
font.package = pkgs.open-sans;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue