General updates

This commit is contained in:
Filippo Berto 2022-11-21 12:06:56 +01:00
parent 6b29a67269
commit c5398cdb27
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,6 @@ with lib; {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.checkJournalingFS = true;
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
# # Cross-build arm

View file

@ -6,7 +6,7 @@
{
boot.initrd.kernelModules = [ "i915" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.extraPackages = with pkgs; [

View file

@ -76,6 +76,7 @@
unstable.blender
unstable.zotero
virt-manager
virt-viewer
# wineFull
wireguard-tools
xournalpp