wip: adding standalone home-manager config

need to modularize though
This commit is contained in:
2025-10-09 14:27:05 -04:00
parent a3c53820b1
commit ba66937ee3
10 changed files with 191 additions and 44 deletions

View File

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