mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-16 23:06:05 +01:00
fix: hardware config and packages order
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
13
packages.nix
13
packages.nix
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user