diff options
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r-- | modules/common/default.nix | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index aadb22bd..a272bd52 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -24,6 +24,8 @@ externalBinaries, ... }: { + # TODO(@bpeetz): Move this file to default options in their respective modules. <2025-05-31> + soispha = { age.enable = true; boot.enable = true; @@ -168,8 +170,6 @@ "~/.local/share" "~/.local/.Trash-1000" - "~/.mozilla/firefox" - "~/media" "~/school" "~/repos" @@ -181,6 +181,10 @@ i3bar-river.enable = true; i3status-rust.enable = true; + qutebrowser = { + enable = true; + }; + nvim = { enable = true; shell = pkgs.zsh; @@ -231,12 +235,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 +273,6 @@ ]; }; }; - firefox.enable = true; mpv.enable = true; steam.enable = true; ssh.enable = true; |