remove debug

This commit is contained in:
krizej 2024-07-11 16:09:16 +02:00
parent af8984dbbc
commit 4aa5a8a26c

View file

@ -30,12 +30,6 @@ args @ { pkgs, ... }:
system.stateVersion = "23.11"; system.stateVersion = "23.11";
system.userActivationScripts = {
test2 = ''
${pkgs.autorandr}/bin/autorandr --match-edid --dry-run &> /home/krizej/dupaa
'';
};
users.users.krizej = { users.users.krizej = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "input" ]; extraGroups = [ "wheel" "input" ];