feat(browsers): add firefox
- add nur - set firefox as main browser - move browsers into separate modules
This commit is contained in:
parent
ed8e9f5914
commit
f3fb292dd1
11 changed files with 96 additions and 40 deletions
system
|
@ -5,6 +5,7 @@
|
|||
./hardened.nix
|
||||
./i18n.nix
|
||||
./nix.nix
|
||||
./nur.nix
|
||||
./vpn.nix
|
||||
];
|
||||
|
||||
|
|
9
system/nur.nix
Normal file
9
system/nur.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
||||
inherit pkgs;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue