summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-25 21:10:15 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-25 21:10:15 +0200
commit12a74eb12ecf3827aec838455978c0ec28cc27a9 (patch)
treec959a6340248e936c8557e90530f28df13bb1853 /common.nix
parent1995b036b4a3d8372663e952eca1e7f2a746420e (diff)
sync config
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/common.nix b/common.nix
index 49fcbcf..adf1853 100644
--- a/common.nix
+++ b/common.nix
@@ -306,7 +306,6 @@ in
config.boot.kernelPackages.perf
efibootmgr
emacs
- pkgs.kdePackages.falkon
fdupes
ffmpeg
file
@@ -376,11 +375,6 @@ in
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
};
- falkon = {
- executable = "${pkgs.lib.getBin pkgs.kdePackages.falkon}/bin/falkon";
- profile = "${pkgs.firejail}/etc/firejail/falkon.profile";
- };
-
firefox = {
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";