niri, ocaml meat

This commit is contained in:
atagen 2024-11-23 17:20:39 +11:00
parent cd61813078
commit c470c63ab2
25 changed files with 583 additions and 756 deletions

View file

@ -3,6 +3,7 @@
lib,
pkgs,
mainUser,
inputs,
...
}: {
imports = [
@ -107,12 +108,15 @@
# };
# };
services.hardware.openrgb = {
enable = true;
motherboard = "amd";
};
# services.hardware.openrgb = {
# enable = true;
# motherboard = "amd";
# };
hardware.ckb-next.enable = true;
hardware.ckb-next= {
enable = true;
package = inputs.nixpkgs-stable.legacyPackages.x86_64-linux.ckb-next;
};
environment.systemPackages = with pkgs; [
wl-clipboard