mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Removed ALVR
This commit is contained in:
parent
94a8c586aa
commit
8693d2b5aa
@ -21,7 +21,7 @@
|
||||
isNormalUser = true;
|
||||
description = "Alexandre Delcamp--Enache";
|
||||
shell= pkgs.zsh;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "video" "render" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@ -8,9 +8,10 @@ in
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
modules.common.module
|
||||
modules.nixos.secrets
|
||||
modules.nixos.gaming.amd
|
||||
modules.nixos.gaming.starCitizen
|
||||
modules.nixos.gaming.steam
|
||||
modules.nixos.gaming.vr
|
||||
#modules.nixos.gaming.vr
|
||||
modules.common.spotify
|
||||
];
|
||||
}
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
nixos = {
|
||||
gaming = {
|
||||
nvidia = ./nixos/gaming/nvidia.nix;
|
||||
amd = ./nixos/gaming/amd.nix;
|
||||
starCitizen = ./nixos/gaming/starCitizen.nix;
|
||||
steam = ./nixos/gaming/steam.nix;
|
||||
vr = ./nixos/gaming/vr.nix;
|
||||
|
||||
8
modules/nixos/gaming/amd.nix
Normal file
8
modules/nixos/gaming/amd.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user