This commit is contained in:
agryphus 2023-12-07 07:02:05 -05:00
parent a227c0316d
commit 67f2497099
5 changed files with 11 additions and 165 deletions

View file

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
environment.sessionVariables = {
TERMINAL = "st";
};
security.sudo.extraConfig = ''
%wheel ALL=(ALL:ALL) NOPASSWD: ${pkgs.systemd}/bin/systemctl restart autorandr
'';