From cd293b37b814f26f9610b9063870374c7bdad452 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 20:23:20 +0200 Subject: modules/firefox: Drop This is no longer needed as I have migrated my browser to qutebrowser. --- modules/common/default.nix | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'modules/common/default.nix') diff --git a/modules/common/default.nix b/modules/common/default.nix index aadb22bd..4ac4f6c7 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -168,8 +168,6 @@ "~/.local/share" "~/.local/.Trash-1000" - "~/.mozilla/firefox" - "~/media" "~/school" "~/repos" @@ -231,12 +229,12 @@ title = "*"; action = "ssd"; } - # This remove the focus border around Firefox (which is useful because the Firefox is nearly always in its own tag.) - { - app-id = "firefox"; - title = "*"; - action = "csd"; - } + # # This remove the focus border around Firefox (which is useful because the Firefox is nearly always in its own tag.) + # { + # app-id = "firefox"; + # title = "*"; + # action = "csd"; + # } ]; generalSettings = { # background @@ -269,7 +267,6 @@ ]; }; }; - firefox.enable = true; mpv.enable = true; steam.enable = true; ssh.enable = true; -- cgit 1.4.1