From c435cf754c5c20f3cc743c41ccba4c1258ad648c Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 19 Dec 2021 08:09:52 -0500 Subject: 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 --- users/wpcarro/nixos/marcus/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/wpcarro/nixos') diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix index c60054dfb5..d72be2ed6e 100644 --- a/users/wpcarro/nixos/marcus/default.nix +++ b/users/wpcarro/nixos/marcus/default.nix @@ -74,6 +74,8 @@ in { shell = pkgs.fish; }; + security.sudo.wheelNeedsPassword = false; + fonts = { fonts = with pkgs; [ jetbrains-mono -- cgit 1.4.1