mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
hammerspoon: move to xdg config dir
This commit is contained in:
parent
b3af8158a7
commit
d8380f6c99
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
system.defaults.CustomSystemPreferences."org.hammerspoon.Hammerspoon".MJConfigFile = "~/.config/hammerspoon/init.lua";
|
||||
|
||||
home-manager.sharedModules = [{
|
||||
home.file.".hammerspoon/init.lua".text = "";
|
||||
xdg.configFile."hammerspoon/init.lua".text = "";
|
||||
}];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue