rose-pine gtk
This commit is contained in:
parent
493dc96dad
commit
559a1b9543
2 changed files with 14 additions and 0 deletions
|
@ -69,6 +69,8 @@
|
|||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
# I think I need a gtk theme? gnome-keyring
|
||||
qt.platformTheme = "gtk2";
|
||||
|
||||
|
|
|
@ -54,6 +54,18 @@
|
|||
# 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 = { };
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
|
|
Loading…
Reference in a new issue