summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-28 22:16:07 -0600
committerChristian <[email protected]>2026-01-28 22:16:07 -0600
commitf12a78d2280f05a8f0200d51ddc54f9e6eb565e6 (patch)
tree3f68b8b2e9a589a2abd1467756b41ad0d1979981 /flake.nix
parentbc42b2965be6706648988785c82fe0c8df787f6f (diff)
More firefox config
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f68c1f0..befbb26 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,6 +12,11 @@
nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
+
+ nur = {
+ url = "github:nix-community/NUR";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs = { self, nixpkgs, home-manager, nix-index-database, ... }@inputs: {