Simplify HM flatpak config (inherit XDG from system)
This commit is contained in:
parent
83ea723834
commit
6bea3e57a7
2 changed files with 0 additions and 4 deletions
|
|
@ -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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue