pwa module, jay, many thing
This commit is contained in:
parent
d4d04d7d6d
commit
6271f4b54a
32 changed files with 5580 additions and 333 deletions
|
|
@ -13,7 +13,7 @@
|
|||
nixpkgs.config.cudaSupport = true;
|
||||
|
||||
hardware.nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = true;
|
||||
open = true;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ in
|
|||
};
|
||||
|
||||
quick.services = {
|
||||
ckb-next = "${lib.getExe ckb-next} -c -b";
|
||||
ckb-next.cmd = "${lib.getExe ckb-next} -c -b";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue