mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-04 16:23:25 +00:00
Makes steam unique to glassbox
This commit is contained in:
parent
392cb5c0ba
commit
89bb8cf263
3 changed files with 2 additions and 4 deletions
|
@ -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 = [];
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue