Odin and polybar update
This commit is contained in:
parent
47e99ede4f
commit
f7e4fcf637
4 changed files with 104 additions and 68 deletions
|
|
@ -4,7 +4,8 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.checkJournalingFS = true;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_18;
|
||||
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_18;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_17;
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||
|
||||
# # Cross-build arm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue