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 = [
|
fonts.fontconfig.defaultFonts.sansSerif = [
|
||||||
"SF Pro Text"
|
"SF Pro Text"
|
||||||
];
|
];
|
||||||
@ -255,7 +251,7 @@ in
|
|||||||
cursor = {
|
cursor = {
|
||||||
name = "macOS";
|
name = "macOS";
|
||||||
package = pkgs.apple-cursor;
|
package = pkgs.apple-cursor;
|
||||||
size = 26;
|
size = 28;
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
@ -275,10 +271,11 @@ in
|
|||||||
dark = "MoreWaita";
|
dark = "MoreWaita";
|
||||||
light = "MoreWaita";
|
light = "MoreWaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
targets.gtk.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs.unstable; [
|
home.packages = with pkgs.unstable; [
|
||||||
adw-gtk3
|
|
||||||
anyrun
|
anyrun
|
||||||
clipse
|
clipse
|
||||||
dunst
|
dunst
|
||||||
|
Reference in New Issue
Block a user