Try and define themes in dconf
This commit is contained in:
+16
-1
@@ -4,10 +4,25 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.dconf = {
|
||||
enable = true;
|
||||
profiles.user.databases = [
|
||||
{
|
||||
settings."org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
cursor-theme = "breeze_cursors";
|
||||
cursor-size = 24;
|
||||
gtk-theme = "Breeze";
|
||||
icon-theme = "Papirus";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Themes
|
||||
adwaita-icon-theme
|
||||
kdePackages.breeze
|
||||
kdePackages.breeze-gtk
|
||||
papirus-icon-theme
|
||||
|
||||
# Common utils
|
||||
|
||||
Reference in New Issue
Block a user