feat(wpcarro/marcus): Set wheelNeedsPassword = false
Removing some keystrokes from my life at the cost of security. Thoughts, comments, and concerns are welcome! Change-Id: I04d877021c4ce15a4d432a6a73e38e60878521aa Reviewed-on: https://cl.tvl.fyi/c/depot/+/4419 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
7285ac9327
commit
c435cf754c
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ in {
|
|||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
jetbrains-mono
|
||||
|
|
Loading…
Reference in a new issue