Skip to content

Commit

Permalink
flake: fix my error and export raw modules properly
Browse files Browse the repository at this point in the history
  • Loading branch information
pta2002 committed Apr 21, 2023
1 parent ffe3b6d commit 3ad504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
nixosModules.nixvim = import ./wrappers/nixos.nix modules;
homeManagerModules.nixvim = import ./wrappers/hm.nix modules;
nixDarwinModules.nixvim = import ./wrappers/darwin.nix modules;
rawModules.nixvim = modules;
rawModules.nixvim = nixvimModules;

templates =
let
Expand Down

0 comments on commit 3ad504e

Please sign in to comment.