Replaces tldr with tealdeer, fix yabai scripting additions

This commit is contained in:
willemml 2023-11-16 00:14:33 -08:00
parent f6a2345ddc
commit d132cf47b8
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 3 additions and 4 deletions

View file

@ -68,7 +68,7 @@ in {
sqlite
stylua
texinfo
tldr
tealdeer
units
unrar
unzip

View file

@ -13,8 +13,8 @@
};
environment.etc = {
"sudoers.d/10-yabai".text = ''
%admin ALL=(root) NOPASSWD: ${pkgs.yabai}/bin/yabai --load-sa
"sudoers.d/yabai".text = ''
willem ALL=(root) NOPASSWD: ${pkgs.yabai}/bin/yabai --load-sa
'';
};
@ -22,7 +22,6 @@
services.skhd.enable = true;
system.activationScripts.postUserActivation = {
enable = true;
text = ''
echo Reloading skhd config
${config.services.skhd.package}/bin/skhd --reload