calcite: drop flatpak
This commit is contained in:
parent
2b2aa11c52
commit
872849c875
1 changed files with 4 additions and 2 deletions
|
@ -108,10 +108,12 @@ in
|
||||||
|
|
||||||
xdg.systemDirs.data = [
|
xdg.systemDirs.data = [
|
||||||
"/usr/share"
|
"/usr/share"
|
||||||
"/var/lib/flatpak/exports/share"
|
|
||||||
"${homeDirectory}/.local/share/flatpak/exports/share"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
xdg.configFile."distrobox/distrobox.conf".text = ''
|
||||||
|
container_additional_volumes="/nix/store:/nix/store:ro /etc/profiles/per-user:/etc/profiles/per-user:ro"
|
||||||
|
'';
|
||||||
|
|
||||||
programs.man.generateCaches = false;
|
programs.man.generateCaches = false;
|
||||||
|
|
||||||
programs.atuin = {
|
programs.atuin = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue