mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Tried nix-flatpak but couldn't get hmModule to work
This commit is contained in:
parent
bbb51e0286
commit
073782130e
3 changed files with 14 additions and 1 deletions
|
@ -5,4 +5,8 @@
|
|||
home.sessionVariables = {
|
||||
XDG_DATA_DIRS = "$XDG_DATA_DIRS:/usr/share:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share"; # lets flatpak work
|
||||
};
|
||||
|
||||
#services.flatpak.enable = true;
|
||||
#services.flatpak.packages = [ { appId = "com.kde.kdenlive"; origin = "flathub"; } ];
|
||||
#services.flatpak.update.onActivation = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue