nix: move games.nix to linux/games.nix
This commit is contained in:
parent
de4baf8a92
commit
5a79b4d6db
2 changed files with 1 additions and 1 deletions
13
modules/linux/games.nix
Normal file
13
modules/linux/games.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
osu-lazer-bin
|
||||
|
||||
mangohud
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue