diff options
| author | spl3g <spleefer6@yandex.ru> | 2023-08-21 09:14:28 +0000 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2023-08-21 09:14:28 +0000 |
| commit | 72e82deb5536a88b6438a708b3e825029f621d14 (patch) | |
| tree | 992c1075e68b9488960e24961ef941696b8cac61 /flake.nix | |
| parent | 952b45648dbda12157bdbb1a841c3167ef712adf (diff) | |
damn
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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"; |
