Add gnome adwaita icon pack
This commit is contained in:
parent
56df897e69
commit
cef6de408f
|
@ -16,6 +16,7 @@ let
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
xdg-utils
|
xdg-utils
|
||||||
libnotify
|
libnotify
|
||||||
|
gnome.adwaita-icon-theme
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
@ -35,6 +36,11 @@ in
|
||||||
|
|
||||||
config = mkIf config.desktop.enableSwayStack {
|
config = mkIf config.desktop.enableSwayStack {
|
||||||
home.packages = desktopPackages;
|
home.packages = desktopPackages;
|
||||||
|
|
||||||
|
dconf = {
|
||||||
|
enable = true;
|
||||||
|
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||||
|
};
|
||||||
|
|
||||||
# Theming GTK
|
# Theming GTK
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|
Loading…
Reference in a new issue