home(gnome): improve gtk3 theme consistency
This commit is contained in:
parent
1a596a5359
commit
61b2c0cda8
2 changed files with 8 additions and 4 deletions
|
@ -38,8 +38,8 @@ in mkIf cfg.enable {
|
|||
cursor-theme = "Bibata-Modern-Classic";
|
||||
font-antialiasing = "grayscale";
|
||||
font-hinting = "slight";
|
||||
gtk-theme = "Adwaita-dark";
|
||||
icon-theme = "Papirus";
|
||||
gtk-theme = "adw-gtk3-dark";
|
||||
icon-theme = "Papirus-Dark";
|
||||
};
|
||||
|
||||
"${pd}/screensaver" = {
|
||||
|
|
|
@ -5,8 +5,12 @@
|
|||
cfg = config.passthrough.gnome;
|
||||
in mkIf cfg.enable {
|
||||
home.packages =
|
||||
with pkgs.gnome;
|
||||
with pkgs.gnomeExtensions; [
|
||||
with pkgs;
|
||||
with gnome;
|
||||
with gnomeExtensions; [
|
||||
# gtk3 theme
|
||||
adw-gtk3
|
||||
|
||||
# gnomeExtensions
|
||||
dash-to-panel
|
||||
dash-to-dock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue