mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate hammerspoon
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
# onActivation.cleanup = "uninstall";
|
||||
taps = [ ];
|
||||
brews = [ "lunchy" ];
|
||||
casks = [ "raycast" ];
|
||||
casks = [
|
||||
"hammerspoon"
|
||||
"raycast"
|
||||
];
|
||||
masApps = { };
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@ in
|
||||
./asdf
|
||||
./bat
|
||||
./ctags
|
||||
./hammerspoon
|
||||
./karabiner
|
||||
./lazydocker
|
||||
./lazygit
|
||||
|
||||
7
nix/home/hammerspoon/default.nix
Normal file
7
nix/home/hammerspoon/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
home.file.".hammerspoon" = {
|
||||
source = ./hammerspoon;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user