Simplify HM flatpak config (inherit XDG from system)

This commit is contained in:
randogoth 2026-02-03 13:07:33 +02:00
parent 83ea723834
commit 6bea3e57a7
2 changed files with 0 additions and 4 deletions

View file

@ -9,7 +9,6 @@
}; };
nix-flatpak = { nix-flatpak = {
url = "github:gmodena/nix-flatpak/?ref=latest"; url = "github:gmodena/nix-flatpak/?ref=latest";
inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View file

@ -115,9 +115,6 @@
DEFAULT_TERMINAL = "${pkgs.ghostty}/bin/ghostty"; DEFAULT_TERMINAL = "${pkgs.ghostty}/bin/ghostty";
EDITOR = "${pkgs.micro}/bin/micro"; EDITOR = "${pkgs.micro}/bin/micro";
DBX_CONTAINER_HOME_PREFIX = "$HOME/distrobox"; DBX_CONTAINER_HOME_PREFIX = "$HOME/distrobox";
XDG_DATA_DIRS =
"${config.home.profileDirectory}/share:${config.xdg.dataHome}/applications:"
+ "${config.xdg.dataHome}/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share";
}; };
} }