diff --git a/misc/system.nix b/misc/system.nix index 6e144a1..6209c08 100644 --- a/misc/system.nix +++ b/misc/system.nix @@ -29,13 +29,7 @@ args @ { pkgs, ... }: hardware.pulseaudio.enable = true; system.stateVersion = "23.11"; - - system.userActivationScripts = { - test2 = '' - ${pkgs.autorandr}/bin/autorandr --match-edid --dry-run &> /home/krizej/dupaa - ''; - }; - + users.users.krizej = { isNormalUser = true; extraGroups = [ "wheel" "input" ];