add manga use firefox again

This commit is contained in:
Kopatz
2025-03-09 18:52:25 +01:00
parent bff203d7da
commit 8a105162da
3 changed files with 7 additions and 2 deletions

View File

@@ -8,5 +8,9 @@ in {
config = lib.mkIf cfg.enable {
boot.initrd.kernelModules = [ "amdgpu" ];
services.xserver.videoDrivers = [ "amdgpu" ];
# controller (overclock, undervolt, fan curves)
environment.systemPackages = with pkgs; [ lact ];
systemd.packages = with pkgs; [ lact ];
systemd.services.lactd.wantedBy = [ "multi-user.target" ];
};
}