add ftb-app to artemision

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-08-12 01:41:43 -04:00
parent 7c8767f035
commit 5a1706e6cf
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,10 @@
}; };
# Optional, hint electron apps to use wayland: # Optional, hint electron apps to use wayland:
environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.sessionVariables.NIXOS_OZONE_WL = "1";
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
services = { services = {
xserver = { xserver = {

View File

@ -61,6 +61,7 @@
protonmail-bridge protonmail-bridge
protontricks protontricks
qrencode qrencode
rad-pkgs.ftb-app
redshift redshift
restic restic
ripgrep ripgrep