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