Skip to content

Commit

Permalink
fix: fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
misumisumi committed May 12, 2024
1 parent 76887de commit c05f039
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
20 changes: 11 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
nvimdots.url = "github:misumisumi/nvimdots";
nvimdots.url = "github:misumisumi/nvimdots/home-manager";
devshell = {
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -47,8 +47,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
dotfiles = {
url = "github:misumisumi/home-manager-config";
# url = "path:/home/sumi/Templates/nix/home-manager-config";
url = "github:misumisumi/home-manager-config/fix/neovim";
inputs = {
flakes.follows = "flakes";
home-manager.follows = "home-manager";
Expand Down
4 changes: 2 additions & 2 deletions machines/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ let
};
sharedModules = [
inputs.dotfiles.homeManagerModules.dotfiles
inputs.flakes.nixosModules.for-hm
inputs.nvimdots.nixosModules.nvimdots
inputs.flakes.homeManagerModules.default
inputs.nvimdots.homeManagerModules.nvimdots
inputs.sops-nix.homeManagerModules.sops
inputs.spicetify-nix.homeManagerModule
];
Expand Down

0 comments on commit c05f039

Please sign in to comment.