fix(gnome): improve gtk3 theme consistency
This commit is contained in:
parent
a6613c5946
commit
236ea9ad25
|
@ -38,8 +38,8 @@ in mkIf cfg.enable {
|
||||||
cursor-theme = "Bibata-Modern-Classic";
|
cursor-theme = "Bibata-Modern-Classic";
|
||||||
font-antialiasing = "grayscale";
|
font-antialiasing = "grayscale";
|
||||||
font-hinting = "slight";
|
font-hinting = "slight";
|
||||||
gtk-theme = "Adwaita-dark";
|
gtk-theme = "adw-gtk3-dark";
|
||||||
icon-theme = "Papirus";
|
icon-theme = "Papirus-Dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
"${pd}/screensaver" = {
|
"${pd}/screensaver" = {
|
||||||
|
|
|
@ -5,8 +5,12 @@
|
||||||
cfg = config.passthrough.gnome;
|
cfg = config.passthrough.gnome;
|
||||||
in mkIf cfg.enable {
|
in mkIf cfg.enable {
|
||||||
home.packages =
|
home.packages =
|
||||||
with pkgs.gnome;
|
with pkgs;
|
||||||
with pkgs.gnomeExtensions; [
|
with gnome;
|
||||||
|
with gnomeExtensions; [
|
||||||
|
# gtk3 theme
|
||||||
|
adw-gtk3
|
||||||
|
|
||||||
# gnomeExtensions
|
# gnomeExtensions
|
||||||
dash-to-panel
|
dash-to-panel
|
||||||
dash-to-dock
|
dash-to-dock
|
||||||
|
|
Loading…
Reference in a new issue