[generic] prettified code
This commit is contained in:
parent
b8a1c357b5
commit
6f59763642
@ -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" ];
|
||||
|
@ -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 = {
|
||||
|
@ -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" ];
|
||||
|
||||
|
@ -14,11 +14,11 @@
|
||||
|
||||
# enable pipewire
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user