rose-pine gtk
parent
493dc96dad
commit
559a1b9543
|
@ -69,6 +69,8 @@
|
||||||
|
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
# I think I need a gtk theme? gnome-keyring
|
# I think I need a gtk theme? gnome-keyring
|
||||||
qt.platformTheme = "gtk2";
|
qt.platformTheme = "gtk2";
|
||||||
|
|
||||||
|
|
|
@ -54,6 +54,18 @@
|
||||||
# dotnet-sdk_8
|
# dotnet-sdk_8
|
||||||
];
|
];
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
theme = {
|
||||||
|
package = pkgs.rose-pine-gtk-theme;
|
||||||
|
name = "rose-pine";
|
||||||
|
};
|
||||||
|
iconTheme = {
|
||||||
|
package = pkgs.rose-pine-icon-theme;
|
||||||
|
name = "rose-pine-icons";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.file = { };
|
home.file = { };
|
||||||
|
|
||||||
# wayland.windowManager.hyprland = {
|
# wayland.windowManager.hyprland = {
|
||||||
|
|
Loading…
Reference in New Issue