diff --git a/home-manager/common/desktops/hyprland/default.nix b/home-manager/common/desktops/hyprland/default.nix index 32364180..98739799 100644 --- a/home-manager/common/desktops/hyprland/default.nix +++ b/home-manager/common/desktops/hyprland/default.nix @@ -3,7 +3,9 @@ ./${theme}/mako-conf.nix ./${theme}/rofi-conf.nix ./${theme}/swaylock-conf.nix - ./${theme}/swayosd-conf.nix ./${theme}/wlogout-conf.nix + + # GTK theme applied in + ./swayosd-conf.nix ]; } \ No newline at end of file diff --git a/home-manager/common/desktops/hyprland/gruvbox/swayosd-conf.nix b/home-manager/common/desktops/hyprland/swayosd-conf.nix similarity index 100% rename from home-manager/common/desktops/hyprland/gruvbox/swayosd-conf.nix rename to home-manager/common/desktops/hyprland/swayosd-conf.nix diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 90a78577..98e9add4 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -36,7 +36,7 @@ enableCompletion = true; sessionVariables = { # Set the GTK Theme - GTK_THEME = "Gruvbox-Dark-BL"; + # GTK_THEME = "Gruvbox-Dark-BL"; XDG_DATA_HOME = "$HOME/.local/share"; }; bashrcExtra = ''