From 93c206dc1dd0851792053462d273c6b9339945aa Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 21:17:58 +0900 Subject: [PATCH] test --- home-manager/common/desktops/hyprland/default.nix | 4 +++- .../common/desktops/hyprland/{gruvbox => }/swayosd-conf.nix | 0 home-manager/common/software/cli/bash.nix | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename home-manager/common/desktops/hyprland/{gruvbox => }/swayosd-conf.nix (100%) 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 = ''