diff --git a/nixos/hosts/glassbox.nix b/nixos/hosts/glassbox.nix index 8848932..2d4a9ba 100644 --- a/nixos/hosts/glassbox.nix +++ b/nixos/hosts/glassbox.nix @@ -12,6 +12,8 @@ ../profiles/nvidiagpu.nix ]; + programs.steam.enable = true; + boot.initrd.availableKernelModules = ["vmd" "xhci_pci" "nvme" "ahci" "usbhid" "usb_storage" "sd_mod"]; boot.kernelModules = ["kvm-intel"]; boot.extraModulePackages = []; diff --git a/nixos/hosts/voyager/default.nix b/nixos/hosts/voyager/default.nix index e8f87f6..fdcaa31 100755 --- a/nixos/hosts/voyager/default.nix +++ b/nixos/hosts/voyager/default.nix @@ -23,8 +23,6 @@ fsType = "vfat"; }; - swapDevices = []; - nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux"; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = false; diff --git a/nixos/profiles/hyprland.nix b/nixos/profiles/hyprland.nix index 3ac6187..2aafeb1 100644 --- a/nixos/profiles/hyprland.nix +++ b/nixos/profiles/hyprland.nix @@ -11,8 +11,6 @@ in { ../modules/lemurs.nix ]; - programs.steam.enable = true; - programs.hyprland.enable = true; programs.hyprland.package = hyprpkgs.hyprland; programs.hyprland.portalPackage = hyprpkgs.xdg-desktop-portal-hyprland;