mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Switch to the papirus icon theme
This commit is contained in:
parent
4f6082714d
commit
c03f41c702
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ in {
|
|||
theme.name = "Adwaita-dark";
|
||||
theme.package = pkgs.gnome.gnome-themes-extra;
|
||||
|
||||
iconTheme.name = "Adwaita";
|
||||
iconTheme.package = pkgs.gnome.adwaita-icon-theme;
|
||||
iconTheme.name = "Papirus-Dark";
|
||||
iconTheme.package = pkgs.papirus-icon-theme;
|
||||
|
||||
font.name = "Open Sans";
|
||||
font.package = pkgs.open-sans;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue