feat(nix): migrate hammerspoon

This commit is contained in:
Stefan Imhoff
2024-07-10 18:12:00 +02:00
parent 1fe539cda3
commit e3197a3184
11 changed files with 12 additions and 2 deletions

View File

@@ -32,7 +32,6 @@
~/.gitmux.conf: tmux/gitmux.conf
~/.gnupg/gpg-agent.conf: gpg/gpg-agent.conf
~/.gnupg/gpg.conf: gpg/gpg.conf
~/.hammerspoon: hammerspoon
~/.tmux-cht-command: tmux/tmux-cht-command
~/.tmux-cht-languages: tmux/tmux-cht-languages
~/.tmux.conf: tmux/tmux.conf

View File

@@ -4,6 +4,9 @@
# onActivation.cleanup = "uninstall";
taps = [ ];
brews = [ "lunchy" ];
casks = [ "raycast" ];
casks = [
"hammerspoon"
"raycast"
];
masApps = { };
}

View File

@@ -11,6 +11,7 @@ in
./asdf
./bat
./ctags
./hammerspoon
./karabiner
./lazydocker
./lazygit

View File

@@ -0,0 +1,7 @@
{ ... }:
{
home.file.".hammerspoon" = {
source = ./hammerspoon;
};
}