diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 257fe56..7a5b039 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -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"; diff --git a/hosts/snowhawk/home.nix b/hosts/snowhawk/home.nix index 456b7ad..5ec293d 100644 --- a/hosts/snowhawk/home.nix +++ b/hosts/snowhawk/home.nix @@ -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 = {