fix zellij

This commit is contained in:
2025-06-28 15:50:20 -04:00
parent 57cd69a153
commit fccb1ab4ae

View File

@ -25,6 +25,7 @@ in {
./sway.nix
./terminal.nix
./browser.nix
./zellij.nix
];
# Home Manager needs a bit of information about you and the
@ -39,6 +40,7 @@ in {
sessionVariables = {
XDG_CURRENT_DESKTOP = "sway";
XDG_SESSION_TYPE = "wayland";
XDG_SESSION_DESKTOP="sway";
XDG_CONFIG_HOME = "$HOME/.config";
XDG_CACHE_HOME = "$HOME/.cache";
XDG_DATA_HOME = "$HOME/.local/share";