summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-03-10 18:15:33 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-03-10 18:15:33 +0100
commitd85efe7af689a775cd66bc4764f7f53e8879cdfe (patch)
treeffb0d4c1048108ee0120c066848dd8faf174cc2a /common.nix
parent7cc31d8a1081271419f86df8f8870c5647c06876 (diff)
signal-desktop in firejail
the flatpak variant is just one big crash
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index c8513ea..713bce5 100644
--- a/common.nix
+++ b/common.nix
@@ -285,6 +285,11 @@ in
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
};
+
+ signal-desktop = {
+ executable = "${pkgs.signal-desktop}/bin/signal-desktop";
+ profile = "${pkgs.firejail}/etc/firejail/signal-desktop.profile";
+ };
};
};
@@ -297,7 +302,6 @@ in
# Flatpak to sandbox Steam, Bottles and Co.
#
# flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
- # flatpak install --user flathub org.signal.Signal
# flatpak install --user flathub com.usebottles.bottles
# flatpak install --user flathub com.valvesoftware.Steam
# flatpak update --user