Move some stuff from base to desktop

This commit is contained in:
2025-10-19 19:04:06 -04:00
parent e66815d0a1
commit d8354d333f
2 changed files with 12 additions and 7 deletions

View File

@@ -7,6 +7,18 @@
./base.nix
];
home = {
sessionVariables = {
# Bitwarden stuff
BITWARDEN_SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/.bitwarden-ssh-agent.sock";
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/.bitwarden-ssh-agent.sock";
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
# libx11 stuff
XCOMPOSECACHE = "$XDG_CACHE_HOME/X11/xcompose";
XCOMPOSEFILE = "$XDG_CONFIG_HOME/X11/xcompose";
};
};
catppuccin = {
enable = true;
flavor = "mocha";