Started migration towards flake-parts

Plus shit ton many changes I still had to commit
This commit is contained in:
Andrea Ciceri 2023-03-12 17:05:03 +01:00
parent 261b763848
commit f05ee0a658
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
18 changed files with 752 additions and 460 deletions

View file

@ -14,7 +14,7 @@
"adb"
"audio"
"battery"
"binfmt"
# "binfmt"
"bluetooth"
"ccr"
"common"
@ -29,6 +29,7 @@
"udisks2"
"xdg"
"nix-development"
"clamav"
];
ccr = {
@ -58,6 +59,7 @@
"xdg"
"zathura"
"chrome"
"obs-studio"
];
packages = with pkgs; [
comma
@ -78,7 +80,7 @@
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
boot.kernelPackages = pkgs.linuxPackages_zen;
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking