chore: migrate flatpak to nix
This commit is contained in:
parent
c8fbfe9155
commit
d0e1179dcb
1 changed files with 3 additions and 0 deletions
|
@ -88,10 +88,12 @@ rec {
|
||||||
lollypop
|
lollypop
|
||||||
protonmail-bridge-gui
|
protonmail-bridge-gui
|
||||||
varia
|
varia
|
||||||
|
signal-desktop
|
||||||
|
|
||||||
# Proprietary
|
# Proprietary
|
||||||
postman
|
postman
|
||||||
mongodb-compass
|
mongodb-compass
|
||||||
|
obsidian
|
||||||
|
|
||||||
# CLI tools
|
# CLI tools
|
||||||
delta
|
delta
|
||||||
|
@ -129,6 +131,7 @@ rec {
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
MOZ_ENABLE_WAYLAND = 1;
|
MOZ_ENABLE_WAYLAND = 1;
|
||||||
|
ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue