diff --git a/hosts/vinzenz-pc2/configuration.nix b/hosts/vinzenz-pc2/configuration.nix index 114d24e..812f6f0 100644 --- a/hosts/vinzenz-pc2/configuration.nix +++ b/hosts/vinzenz-pc2/configuration.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ ./hardware.nix @@ -29,5 +29,7 @@ ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALWKm+d6KL6Vl3grPOcGouiNTkvdhXuWJmcrdEBY2nw ssh-host-key'' ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgN6J8KyVyQqBAz+y3drXDmIsxOPkdPB+ISgpIP9Eld Generated By Termius'' ]; + + environment.systemPackages = with pkgs; [lact]; }; } diff --git a/modules/amd-graphics.nix b/modules/amd-graphics.nix index d36b42d..041d700 100644 --- a/modules/amd-graphics.nix +++ b/modules/amd-graphics.nix @@ -13,6 +13,7 @@ # enable = true; # support32Bit.enable = config.hardware.graphics.enable32Bit; }; + overdrive.enable = true; }; };