added gaming
This commit is contained in:
parent
249be1b40f
commit
9b623aa532
3 changed files with 40 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
./apps
|
||||
./cli
|
||||
./desktop
|
||||
./gaming
|
||||
./services
|
||||
];
|
||||
|
||||
|
|
|
|||
9
modules/gaming/default.nix
Normal file
9
modules/gaming/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.moritz = {
|
||||
home.packages = with pkgs; [
|
||||
steam
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue