✨ Moved modeules into shared
This commit is contained in:
12
shared/modules/gaming/default.nix
Normal file
12
shared/modules/gaming/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./steam.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
heroic
|
||||
wine
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user