Skip to content

Commit

Permalink
feat(home): brave and firefox as default user browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Mar 6, 2024
1 parent 596ea9f commit 8217849
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/modules/browser.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
firefox
brave
];
}
2 changes: 2 additions & 0 deletions home/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
./desktop
./editors
./dev

./browser.nix
];
}

0 comments on commit 8217849

Please sign in to comment.