mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
switch hammerspoon to .config
This commit is contained in:
parent
1381b9d063
commit
985d80eaa2
@ -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"
|
||||
'';
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user