aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 20:23:20 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 20:24:05 +0200
commitcd293b37b814f26f9610b9063870374c7bdad452 (patch)
tree9442f6388283774c2817355029605d09277919d3 /modules/common
parentpkgs/generate_moz_extension: Drop (diff)
downloadnixos-config-cd293b37b814f26f9610b9063870374c7bdad452.zip
modules/firefox: Drop
This is no longer needed as I have migrated my browser to qutebrowser.
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/default.nix15
1 files changed, 6 insertions, 9 deletions
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;