lact, overdrive bit

This commit is contained in:
Vinzenz Schroeter 2025-07-28 21:46:41 +02:00
parent 4c50795341
commit debc6cbabc
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./hardware.nix ./hardware.nix
@ -29,5 +29,7 @@
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALWKm+d6KL6Vl3grPOcGouiNTkvdhXuWJmcrdEBY2nw ssh-host-key'' ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALWKm+d6KL6Vl3grPOcGouiNTkvdhXuWJmcrdEBY2nw ssh-host-key''
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgN6J8KyVyQqBAz+y3drXDmIsxOPkdPB+ISgpIP9Eld Generated By Termius'' ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgN6J8KyVyQqBAz+y3drXDmIsxOPkdPB+ISgpIP9Eld Generated By Termius''
]; ];
environment.systemPackages = with pkgs; [lact];
}; };
} }

View file

@ -13,6 +13,7 @@
# enable = true; # enable = true;
# support32Bit.enable = config.hardware.graphics.enable32Bit; # support32Bit.enable = config.hardware.graphics.enable32Bit;
}; };
overdrive.enable = true;
}; };
}; };