From 4aa5a8a26cb0ec86f92e4e4a860fb85faea333b3 Mon Sep 17 00:00:00 2001 From: krizej <60076189+krizej@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:09:16 +0200 Subject: [PATCH] remove debug --- misc/system.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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" ];