Skip to content

Commit

Permalink
move editor conf
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Aug 8, 2023
1 parent 44bd951 commit 8135478
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
./dev/node.nix
./dev/python.nix
./dev/zig.nix
./editor.nix
./helix.nix
./neovim
./editor/doom
./editor/neovim
./settings.nix
./terminal
./typing
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/editor.nix → modules/editor/doom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ with lib; {
];

file = mkIf cfg.enableDoomConfig {
".doom.d".source = ../conf.d/doom;
".doom.d".source = ./doom;
};
};

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8135478

Please sign in to comment.