Adicionando o cosmic e update de rotina
This commit is contained in:
@@ -19,4 +19,16 @@
|
||||
gamescope.enable = true;
|
||||
gamemode.enable = true;
|
||||
};
|
||||
|
||||
## LACT
|
||||
environment.systemPackages = with pkgs; [lact];
|
||||
systemd.services.lact = {
|
||||
description = "GPU Control Daemon";
|
||||
after = ["multi-user.target"];
|
||||
wantedBy = ["multi-user.target"];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.lact}/bin/lact daemon";
|
||||
};
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user