[generic] prettified code

This commit is contained in:
Simon Cornet 2024-04-03 23:26:46 +02:00
parent b8a1c357b5
commit 6f59763642
12 changed files with 22 additions and 23 deletions

View File

@ -9,6 +9,10 @@
enable = true;
defaultApplications = {
# documents
"application/pdf" = ["org.gnome.Evince.desktop"];
"application/x-pdf" = ["org.gnome.Evince.desktop"];
# images
"image/bmp" = [ "org.gnome.Loupe.desktop" ];
"image/gif" = [ "org.gnome.Loupe.desktop" ];

View File

@ -5,7 +5,6 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
# bootloader
boot.extraModulePackages = [ ];
boot.initrd.kernelModules = [ "kvm-intel" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.luks = {

View File

@ -5,8 +5,6 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
# bootloader
boot.extraModulePackages = [ ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" "amdgpu" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];

View File

@ -14,11 +14,11 @@
# enable pipewire
services.pipewire = {
enable = true;
pulse.enable = true;
alsa = {
enable = true;
support32Bit = true;
};
enable = true;
pulse.enable = true;
};
}

View File

@ -5,9 +5,7 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
# bootloader
boot.extraModulePackages = [ ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.initrd.kernelModules = [ "kvm-intel" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
# filesystems - boot