aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 5b4efc4..aa9ef49 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,15 +9,15 @@
# Also see the 'unstable-packages' overlay at 'overlays/default.nix'.
# Home manager
- home-manager.url = "github:nix-community/home-manager/release-23.05";
- home-manager.inputs.nixpkgs.follows = "nixpkgs";
-
- rycee-nurpkgs = {
- url = gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons;
+ home-manager = {
+ url = "github:nix-community/home-manager/release-23.05";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
+ nurpkgs = {
+ url = github:/nix-community/NUR;
inputs.nixpkgs.follows = "nixpkgs";
};
-
- nurpkgs.url = github:/nix-community/NUR;
# TODO: Add any other flake you might need
# hardware.url = "github:nixos/nixos-hardware";