remove lact from hardware.nix

This commit is contained in:
Mohamed C. 2024-08-05 07:22:53 +02:00 committed by GitHub
parent 0b9fb0f055
commit 18c685c70a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,18 +13,6 @@
pulse.enable = true;
};
services.libinput.enable = false;
# GPU Overcloking
environment.systemPackages = with pkgs; [
lact
];
systemd.services.lact = {
description = "AMDGPU Control Daemon";
after = ["multi-user.target"];
wantedBy = ["multi-user.target"];
serviceConfig = {
ExecStart = "${pkgs.lact}/bin/lact daemon";
};
enable = true;
};
}