mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-21 03:38:09 +00:00
fix(presets): handle missing user in lightdm and remove deprecated rofi pass
This commit is contained in:
@@ -20,7 +20,7 @@ in
|
||||
|
||||
system.activationScripts.postActivation.text = ''
|
||||
defaults write org.hammerspoon.Hammerspoon MJConfigFile "${
|
||||
config.home-manager.users.${username}.xdg.configHome
|
||||
config.home-manager.users.${username}.xdg.configHome or "${config.users.users.${username}.home}/.config"
|
||||
}/hammerspoon/init.lua"
|
||||
sudo killall Dock
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user