aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/modules/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/modules/common.nix')
-rw-r--r--home-manager/modules/common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix
index 0cf2e1c..44e4884 100644
--- a/home-manager/modules/common.nix
+++ b/home-manager/modules/common.nix
@@ -101,6 +101,9 @@ in
".config/sh/claude-code.sh".source = ../config/sh/claude-code.sh;
".config/skk/jisyo.L".source = "${pkgs.skkDictionaries.l}/share/skk/SKK-JISYO.L";
".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";
".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 =