diff --git a/modules/home/alacritty/default.nix b/modules/home/alacritty/default.nix index 5193166..b3ef74e 100644 --- a/modules/home/alacritty/default.nix +++ b/modules/home/alacritty/default.nix @@ -35,6 +35,6 @@ in ".config/alacritty/alacritty.toml".source = ./alacritty.toml; }; - systemd.user.sessionVariables.TERMINAL = "alacritty"; + home.sessionVariables.TERMINAL = "alacritty"; }; } diff --git a/modules/home/desktop/default.nix b/modules/home/desktop/default.nix index a6a7f34..c99c94a 100644 --- a/modules/home/desktop/default.nix +++ b/modules/home/desktop/default.nix @@ -26,7 +26,7 @@ in ]; config = lib.mkIf cfg.enable { - # systemd.user.sessionVariables.GTK_THEME = "Catppuccin-Mocha-Compact-Blue-dark"; + # home.sessionVariables.GTK_THEME = "Catppuccin-Mocha-Compact-Blue-dark"; prism = { enable = true; wallpapers = ./wallpapers; diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index c3b8a96..aa9d4aa 100644 --- a/modules/home/kitty/default.nix +++ b/modules/home/kitty/default.nix @@ -43,6 +43,6 @@ in }; }; - systemd.user.sessionVariables.TERMINAL = "kitty"; + home.sessionVariables.TERMINAL = "kitty"; }; } diff --git a/modules/home/wezterm/default.nix b/modules/home/wezterm/default.nix index e63348a..850d406 100644 --- a/modules/home/wezterm/default.nix +++ b/modules/home/wezterm/default.nix @@ -47,7 +47,7 @@ in ''; }; - systemd.user.sessionVariables.TERMINAL = "wezterm-start-here"; + home.sessionVariables.TERMINAL = "wezterm-start-here"; # Otherwise wezterm does not start in directory of parent process home.packages = [