Skip to content

Commit 0cc91d7

Browse files
committed
we got it working thanks to nix-community/NUR#485
1 parent 71e3c16 commit 0cc91d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
home-manager.users.howard = {pkgs, ...}: {
6262
imports = [
6363
./Hosts/laptop/home.nix
64+
nur.modules.homeManager.default
6465
];
6566
};
6667

@@ -92,6 +93,7 @@
9293
home-manager.useUserPackages = true;
9394
home-manager.users.howard = {pkgs, ...}: {
9495
imports = [
96+
nur.modules.homeManager.default
9597
./Hosts/laptop/home.nix
9698
];
9799
};

0 commit comments

Comments
 (0)