fix gtk theme
This commit is contained in:
parent
e49a46d90b
commit
32cfad3f08
15
desktop.nix
15
desktop.nix
|
@ -12,19 +12,30 @@
|
||||||
mpv
|
mpv
|
||||||
pavucontrol
|
pavucontrol
|
||||||
glib # run gsettings for gnome
|
glib # run gsettings for gnome
|
||||||
flat-remix-gtk
|
# flat-remix-gtk
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
line-awesome
|
line-awesome
|
||||||
gcr
|
|
||||||
pinentry-gnome
|
pinentry-gnome
|
||||||
|
# dbus
|
||||||
|
gcr
|
||||||
|
gnome3.dconf
|
||||||
# apps
|
# apps
|
||||||
gnome.seahorse
|
gnome.seahorse
|
||||||
firefox
|
firefox
|
||||||
thunderbird
|
thunderbird
|
||||||
dino
|
dino
|
||||||
|
homebank
|
||||||
|
gramps
|
||||||
];
|
];
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
theme = {
|
||||||
|
package = pkgs.flat-remix-gtk;
|
||||||
|
name = "Flat-Remix-GTK-Blue-Darkest-NoBorder";
|
||||||
|
};
|
||||||
|
};
|
||||||
programs.gpg = {
|
programs.gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in New Issue