mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
switch hammerspoon to .config
This commit is contained in:
@ -35,8 +35,12 @@
|
||||
fonts.fonts = with pkgs;
|
||||
[ (nerdfonts.override { fonts = [ "fira-mono" ]; }) ];
|
||||
|
||||
home.file.hammerspoon = { source = ./hammerspoon; };
|
||||
xdg.configFile.hammerspoon = { source = ./hammerspoon; };
|
||||
|
||||
};
|
||||
|
||||
system.activationScripts.hammerspoon.text = ''
|
||||
defaults write org.hammerspoon.Hammerspoon MJConfigFile "~/.config/hammerspoon/init.lua"
|
||||
'';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user