Skip to content

Commit

Permalink
refactor: use icons as module args
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Nov 8, 2024
1 parent a8b0819 commit bb14dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
] ++ lib.attrValues self.overlays;
in
rec {
icons = import ./icons.nix;
# the nix package manager configurations and settings.
nix =
import ./nix.nix {
Expand Down
2 changes: 1 addition & 1 deletion nvim.nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{
perSystem =
{
icons,
branches,
pkgs,
system,
...
}:
let
icons = import ../nix/icons.nix;
nixvimLib = inputs.nixvim.lib.${system};
helpers = nixvimLib.helpers // {
mkLuaFunWithName =
Expand Down

0 comments on commit bb14dc6

Please sign in to comment.