1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-03 21:47:46 +00:00

homebrew: add casks for programs

This commit is contained in:
RGBCube 2025-07-31 17:20:34 +03:00
parent 130a54db4e
commit d84249b3f2
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 11 additions and 0 deletions

View file

@ -1,6 +1,8 @@
{
system.defaults.CustomSystemPreferences."org.hammerspoon.Hammerspoon".MJConfigFile = "~/.config/hammerspoon/init.lua";
homebrew.casks = [ "hammerspoon" ];
home-manager.sharedModules = [{
xdg.configFile."hammerspoon/init.lua".text = "";
}];

View file

@ -0,0 +1,6 @@
{
homebrew.casks = [
"vlc"
"krita"
];
}

View file

@ -0,0 +1,3 @@
{
homebrew.casks = [ "tailscale" ];
}