Add hammerspoon

This commit is contained in:
Lukas Cech
2025-01-13 10:28:20 +01:00
parent fd85753fcf
commit e0956a2c52
3 changed files with 59 additions and 0 deletions
+6
View File
@@ -18,6 +18,7 @@ in
home.packages = with pkgs; [
awscli2
hammerspoon
k9s
kubectl
nixd
@@ -35,6 +36,11 @@ in
window-height = 9999
'';
};
"${homedir}/.hammerspoon/init.lua" = {
text = ''
'';
};
};
programs.direnv = {