fix: hardware config and packages order

This commit is contained in:
Elias Renman
2023-11-27 23:45:02 +00:00
parent f99ce278ed
commit 598d568e4c
2 changed files with 15 additions and 13 deletions

View File

@@ -6,22 +6,21 @@
{
imports = [ ];
boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ahci" "sd_mod" "sr_mod" ];
boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "ehci_pci" "ahci" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/f5be4904-ef50-4105-a381-af8524f576e2";
{ device = "/dev/disk/by-uuid/a261b267-738b-44a2-b91a-5c94d1082b57";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/DEA2-FFC3";
fsType = "vfat";
};
swapDevices = [ ];
nix.settings.max-jobs = lib.mkDefault 1;
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
virtualisation.virtualbox.guest.enable = true;
}

View File

@@ -36,9 +36,14 @@
# GUI tools
kicad
kicad-small
xfce.thunar
firefox
google-chrome
alacritty
# CLI Tools
neofetch
# Media
ffmpeg-full
@@ -56,15 +61,13 @@
tokyo-night-gtk
# Desktop
material-icons
neofetch
vlc
xorg.xmodmap
xorg.xset
xorg.xsetroot
firefox
google-chrome
alacritty
hyprland
# Fonts