From 89bb8cf2634d4d705ec7df8ffe193fd84e7d15c2 Mon Sep 17 00:00:00 2001 From: willemml Date: Mon, 30 Dec 2024 06:57:00 -0800 Subject: [PATCH] Makes steam unique to glassbox --- nixos/hosts/glassbox.nix | 2 ++ nixos/hosts/voyager/default.nix | 2 -- nixos/profiles/hyprland.nix | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) 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;