rose-pine gtk

main
Zynh Ludwig 2024-06-30 14:05:39 -07:00
parent 493dc96dad
commit 559a1b9543
2 changed files with 14 additions and 0 deletions

View File

@ -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";

View File

@ -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 = {