summaryrefslogtreecommitdiff
path: root/home-modules
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.xyz>2026-06-29 19:17:08 +0200
committerJakub Stachurski <jakub@wilkuu.xyz>2026-06-29 19:17:08 +0200
commitc4ac6a0b88ff83a90a3c957034b52bedbe4d5868 (patch)
tree5122bdf38be616ad5359dad31a684f46ed0f1525 /home-modules
parente7e8d7656c1eaef422a02aa4a4d84545a31d3ce5 (diff)
uuuuh
Diffstat (limited to 'home-modules')
-rw-r--r--home-modules/apps/desktop/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix
index 11a3152..614e627 100644
--- a/home-modules/apps/desktop/default.nix
+++ b/home-modules/apps/desktop/default.nix
@@ -88,7 +88,8 @@ in
})
(lib.mkIf cfg.browser.enable {
home.packages = with pkgs; [
- librewolf
+ # librewolf
+ firefox
];
})
(lib.mkIf cfg.work.enable {