Move games related config to a dedicated file
This commit is contained in:
parent
6cfc51616c
commit
35d1888bbd
4 changed files with 16 additions and 6 deletions
11
configs/games.nix
Normal file
11
configs/games.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
home-manager.users.froidmpa = {pkgs, config, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
steam
|
||||
lutris
|
||||
vulkan-tools
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue