remove debug
This commit is contained in:
parent
af8984dbbc
commit
4aa5a8a26c
1 changed files with 1 additions and 7 deletions
|
@ -30,12 +30,6 @@ args @ { pkgs, ... }:
|
|||
|
||||
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" ];
|
||||
|
|
Loading…
Reference in a new issue