general update
This commit is contained in:
parent
a0f1298174
commit
c649eab38a
6 changed files with 75 additions and 62 deletions
|
@ -1,6 +1,14 @@
|
|||
{ lib, pkgs, ... }:
|
||||
let
|
||||
ckb-next = pkgs.ckb-next.overrideAttrs (prev: {
|
||||
cmakeFlags = (prev.cmakeFlags or [ ]) ++ [ "-DUSE_DBUS_MENU=0" ];
|
||||
});
|
||||
in
|
||||
{
|
||||
hardware.ckb-next.enable = true;
|
||||
hardware.ckb-next = {
|
||||
enable = true;
|
||||
package = ckb-next;
|
||||
};
|
||||
|
||||
services.libinput.mouse = {
|
||||
accelProfile = "flat";
|
||||
|
@ -8,6 +16,6 @@
|
|||
};
|
||||
|
||||
quick.services = {
|
||||
ckb-next = "${lib.getExe pkgs.ckb-next} -c -b";
|
||||
ckb-next = "${lib.getExe ckb-next} -c -b";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue