mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Replaces tldr with tealdeer, fix yabai scripting additions
This commit is contained in:
parent
f6a2345ddc
commit
d132cf47b8
2 changed files with 3 additions and 4 deletions
|
@ -68,7 +68,7 @@ in {
|
|||
sqlite
|
||||
stylua
|
||||
texinfo
|
||||
tldr
|
||||
tealdeer
|
||||
units
|
||||
unrar
|
||||
unzip
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue