Preserve XDG_DATA_DIRS and add snapd desktop

Update flake.lock to bump nixpkgs to the new revision and narHash
This commit is contained in:
2025-12-11 13:56:57 +01:00
parent a55369070d
commit ab912c488e
3 changed files with 21 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
export EDITOR="code --wait"
export STARSHIP_ENABLE_RIGHT_PROMPT="true"
export STARSHIP_ENABLE_BASH_COMPLETION="true"
export XDG_DATA_DIRS="/usr/share:/var/lib/flatpak/exports/share:${config.home.homeDirectory}/.local/share/flatpak/exports/share"
export XDG_DATA_DIRS="/usr/share:/var/lib/flatpak/exports/share:${config.home.homeDirectory}/.local/share/flatpak/exports/share:$XDG_DATA_DIRS"
export BUN_INSTALL="$HOME/.bun"
# Source .profile (If exists)