Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jul 23, 2024
1 parent 56b7549 commit df044b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
};
basicPkgs = import ./packages/basic.nix { inherit pkgs; };
advancedPkgs = import ./packages/advanced.nix { inherit pkgs; };
darwinPkgs = import ./packages/darwin { inherit pkgs; };
darwinPkgs = import ./packages/darwin.nix { inherit pkgs; };

# programs
programs = import ./programs { inherit pkgs; };
Expand Down
File renamed without changes.

0 comments on commit df044b0

Please sign in to comment.