flake: cleanup main file

This commit is contained in:
Leonardo Eugênio 2026-02-22 23:52:58 -03:00
parent 26f1219d85
commit c07b2f920e
4 changed files with 38 additions and 41 deletions

View file

@ -12,6 +12,9 @@
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
packages.media-packages.enable = lib.mkOverride 0 false;
services.flatpak.enable = lib.mkOverride 0 false;
boot.initrd.availableKernelModules = [
"nvme"
"xhci_pci"