stylix: use gtk target
This commit is contained in:
@ -222,10 +222,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
dconf.settings."org/gnome/desktop/interface" = {
|
||||
gtk-theme = "adw-gtk3-dark";
|
||||
};
|
||||
|
||||
fonts.fontconfig.defaultFonts.sansSerif = [
|
||||
"SF Pro Text"
|
||||
];
|
||||
@ -255,7 +251,7 @@ in
|
||||
cursor = {
|
||||
name = "macOS";
|
||||
package = pkgs.apple-cursor;
|
||||
size = 26;
|
||||
size = 28;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
@ -275,10 +271,11 @@ in
|
||||
dark = "MoreWaita";
|
||||
light = "MoreWaita";
|
||||
};
|
||||
|
||||
targets.gtk.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs.unstable; [
|
||||
adw-gtk3
|
||||
anyrun
|
||||
clipse
|
||||
dunst
|
||||
|
Reference in New Issue
Block a user