Tried nix-flatpak but couldn't get hmModule to work

This commit is contained in:
Emmet 2023-12-21 21:09:44 -06:00
parent bbb51e0286
commit 073782130e
3 changed files with 14 additions and 1 deletions

View file

@ -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;
}

View file

@ -37,4 +37,9 @@ in
};
# To get steam to import into gamehub, first install it as a flatpak, then
# Set steam directory to ~/.var/app/com.valvesoftware.Steam/.steam
#services.flatpak.packages = [
# "com.discordapp.Discord"
# "com.jaquadro.NBTExplorer"
#];
}