diff options
Diffstat (limited to 'home-manager/modules')
| -rw-r--r-- | home-manager/modules/common.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index 4375201..cd8bdb1 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -104,7 +104,8 @@ in ".config/vim/vimrc".source = ../../.config/vim/vimrc; # TODO: Place this file under .config/nvim/lua/vimrc. # Home Manager currently does not support merge a directory and files inside it. - ".config/vim/setcellwidths.lua".source = "${nurpkgs.nvim-setcellwidths-table-for-udev-gothic}/setcellwidths.lua"; + ".config/vim/setcellwidths.lua".source = + "${nurpkgs.nvim-setcellwidths-table-for-udev-gothic}/setcellwidths.lua"; ".local/share/fonts/SourceHanCodeJP-Bold.otf".source = "${pkgs.source-han-code-jp}/share/fonts/opentype/SourceHanCodeJP-Bold.otf"; ".local/share/fonts/SourceHanCodeJP-BoldIt.otf".source = |
