mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix koishi
This commit is contained in:
parent
d2f5a215e8
commit
c29aec9214
1 changed files with 7 additions and 1 deletions
|
|
@ -91,13 +91,19 @@ _: let
|
|||
drives.swap.result
|
||||
];
|
||||
|
||||
hardware.framework.enableKmod = false;
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
grub.useOSProber = true;
|
||||
systemd-boot.enable = lib.mkForce false;
|
||||
};
|
||||
kernelModules = ["cros_ec" "cros_ec_lpcs"];
|
||||
extraModprobeConfig = "options snd_hda_intel power_save=0";
|
||||
extraModulePackages = [config.boot.kernelPackages.v4l2loopback.out];
|
||||
extraModulePackages = with config.boot.kernelPackages; [
|
||||
config.boot.kernelPackages.v4l2loopback.out
|
||||
framework-laptop-kmod
|
||||
];
|
||||
};
|
||||
|
||||
services.scx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue