chore: migrate flatpak to nix

This commit is contained in:
Nydragon 2024-06-15 00:44:24 +09:00
parent c8fbfe9155
commit d0e1179dcb
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209

View file

@ -88,10 +88,12 @@ rec {
lollypop
protonmail-bridge-gui
varia
signal-desktop
# Proprietary
postman
mongodb-compass
obsidian
# CLI tools
delta
@ -129,6 +131,7 @@ rec {
sessionVariables = {
EDITOR = "nvim";
MOZ_ENABLE_WAYLAND = 1;
ELECTRON_OZONE_PLATFORM_HINT = "auto";
};
};
}