aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/modules/common.nix
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-20 03:17:17 +0900
committernsfisis <nsfisis@gmail.com>2026-08-20 03:17:17 +0900
commit5b5a8070f13c92e6890f03822884cad1f36fb31f (patch)
tree59e0dbfcd214795c2dd11e4b0d196156a8695f49 /home-manager/modules/common.nix
parent73eb74a221fa59afdb30d00fa12d37877d10ddb2 (diff)
downloaddotfiles-5b5a8070f13c92e6890f03822884cad1f36fb31f.tar.gz
dotfiles-5b5a8070f13c92e6890f03822884cad1f36fb31f.tar.zst
dotfiles-5b5a8070f13c92e6890f03822884cad1f36fb31f.zip
alacritty: add keybinding to change opacity
Diffstat (limited to 'home-manager/modules/common.nix')
-rw-r--r--home-manager/modules/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix
index 1f97cdf..e8c148d 100644
--- a/home-manager/modules/common.nix
+++ b/home-manager/modules/common.nix
@@ -153,6 +153,7 @@ in
".local/share/fonts/BIZUDPGothic-Regular.ttf".source =
"${pkgs.biz-ud-gothic}/share/fonts/truetype/BIZUDPGothic-Regular.ttf";
".zshrc".source = ../config/zsh/.zshrc;
+ "bin/__alacritty-toggle-opacity".source = ../../bin/__alacritty-toggle-opacity;
"bin/__claude-code-block-bash-tool".source = ../../bin/__claude-code-block-bash-tool;
"bin/__claude-code-notify".source = ../../bin/__claude-code-notify;
"bin/__claude-code-statusline".source = ../../bin/__claude-code-statusline;