Skip to content

Commit

Permalink
Fix incorrect class for home manager in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored and mergify[bot] committed Dec 7, 2024
1 parent d0b7947 commit 201d665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
flake = {
overlay = lib.warn "nur.overlay has been replaced by nur.overlays.default" overlay; # Added 2024-12-06
nixosModules.nur = builtins.throw "nur.nixosModules.nur has been replaced by nur.modules.nixos.default"; # Added 2024-12-06
hmModules.nur = builtins.throw "nur.hmModules.nur has been replaced by nur.modules.home-manager.default"; # Added 2024-12-06
hmModules.nur = builtins.throw "nur.hmModules.nur has been replaced by nur.modules.homeManager.default"; # Added 2024-12-06

overlays = {
default = overlay;
Expand All @@ -43,7 +43,7 @@
nixpkgs.overlays = [ overlay ];
};
};
home-manager = {
homeManager = {
default = {
nixpkgs.overlays = [ overlay ];
};
Expand Down

0 comments on commit 201d665

Please sign in to comment.