mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Restructured to use a profiles directory for cleaner structure.
This commit is contained in:
parent
2711729d50
commit
0668a962e8
12 changed files with 16 additions and 16 deletions
14
configuration/profiles/gaming/default.nix
Normal file
14
configuration/profiles/gaming/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
|
||||
home-manager.users.kat = {
|
||||
home.packages = [
|
||||
pkgs.steam
|
||||
pkgs.steam-run
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue