diff --git a/hosts/sigma/hardware.nix b/hosts/sigma/hardware.nix index 57a0849..79095fb 100644 --- a/hosts/sigma/hardware.nix +++ b/hosts/sigma/hardware.nix @@ -15,7 +15,7 @@ nixos-hardware.nixosModules.common-pc-ssd ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; + boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.kernelModules = ["dm-snapshot"]; boot.kernelModules = ["kvm-amd"]; boot.extraModulePackages = []; diff --git a/modules/games.nix b/modules/games.nix index e42fccd..c144dcd 100644 --- a/modules/games.nix +++ b/modules/games.nix @@ -1,7 +1,4 @@ -{ - pkgs, - ... -}: { +{pkgs, ...}: { # https://nixos.wiki/wiki/Lutris # https://nixos.wiki/wiki/Steam programs.steam.enable = true;