firefox settings

This commit is contained in:
smayzy
2025-06-19 20:51:00 +02:00
parent c7fb257233
commit b02d7c3f6b
4 changed files with 71 additions and 1 deletions
+5
View File
@@ -7,6 +7,11 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-addons = {
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { nixpkgs, ... } @ inputs: