mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +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
|
sqlite
|
||||||
stylua
|
stylua
|
||||||
texinfo
|
texinfo
|
||||||
tldr
|
tealdeer
|
||||||
units
|
units
|
||||||
unrar
|
unrar
|
||||||
unzip
|
unzip
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"sudoers.d/10-yabai".text = ''
|
"sudoers.d/yabai".text = ''
|
||||||
%admin ALL=(root) NOPASSWD: ${pkgs.yabai}/bin/yabai --load-sa
|
willem ALL=(root) NOPASSWD: ${pkgs.yabai}/bin/yabai --load-sa
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@
|
||||||
services.skhd.enable = true;
|
services.skhd.enable = true;
|
||||||
|
|
||||||
system.activationScripts.postUserActivation = {
|
system.activationScripts.postUserActivation = {
|
||||||
enable = true;
|
|
||||||
text = ''
|
text = ''
|
||||||
echo Reloading skhd config
|
echo Reloading skhd config
|
||||||
${config.services.skhd.package}/bin/skhd --reload
|
${config.services.skhd.package}/bin/skhd --reload
|
||||||
|
|
Loading…
Add table
Reference in a new issue