added lact
This commit is contained in:
@@ -8,20 +8,13 @@
|
||||
protontricks
|
||||
wl-clipboard
|
||||
tldr
|
||||
lact
|
||||
anki
|
||||
];
|
||||
imports = [
|
||||
../../packages/virtualbox/default.nix
|
||||
../../packages/lact/default.nix
|
||||
];
|
||||
|
||||
systemd.services.lact = {
|
||||
description = "AMDGPU Control Daemon";
|
||||
after = ["multi-user.target"];
|
||||
wantedBy = ["multi-user.target"];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.lact}/bin/lact daemon";
|
||||
};
|
||||
custom.lact = {
|
||||
enable = true;
|
||||
};
|
||||
# services = {
|
||||
|
||||
Reference in New Issue
Block a user