aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-06 00:07:24 +0900
committernsfisis <nsfisis@gmail.com>2026-02-06 00:07:24 +0900
commit9021aa5e53083d76634ce5d36c6647d96d60f7fc (patch)
tree7fecaaedceb47f1af0be5e92a8289e1017ba4bed
parente0eb49ed60b7b92d98a99e44852a3d5ab1baad41 (diff)
downloaddotfiles-9021aa5e53083d76634ce5d36c6647d96d60f7fc.tar.gz
dotfiles-9021aa5e53083d76634ce5d36c6647d96d60f7fc.tar.zst
dotfiles-9021aa5e53083d76634ce5d36c6647d96d60f7fc.zip
home-manager: run nixfmt
-rw-r--r--home-manager/modules/common.nix3
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 =