it is what it is
This commit is contained in:
parent
06b48475d8
commit
2faec8579a
5 changed files with 100 additions and 99 deletions
|
@ -44,8 +44,17 @@
|
|||
ExecStart = ''${pkgs.openrgb}/bin/openrgb -c 000000'';
|
||||
};
|
||||
};
|
||||
|
||||
services.ananicy = {
|
||||
enable = true;
|
||||
package = pkgs.ananicy-cpp;
|
||||
settings = {
|
||||
check_freq = 5;
|
||||
};
|
||||
};
|
||||
|
||||
hardware.ckb-next.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xdg-desktop-portal-kde
|
||||
ckb-next
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue