test
This commit is contained in:
parent
c4c59e2887
commit
af408562fb
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, nur, ... }: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
|
@ -74,7 +74,7 @@
|
|||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
privacy-badger
|
||||
];
|
||||
|
||||
|
||||
search.default = "DuckDuckGo";
|
||||
search.force = true;
|
||||
search.order = [
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
# Nix User Repository
|
||||
nur.url = "github:nix-community/NUR";
|
||||
nur.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, lanzaboote, moz_overlay, nur, ... }@inputs:
|
||||
|
|
Loading…
Reference in a new issue