✨ Gaming dir with heroic and wind, moved steam to dir
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
./development.nix
|
||||
./fonts.nix
|
||||
./gaming
|
||||
./gnome
|
||||
./hardware
|
||||
./locale.nix
|
||||
@ -11,7 +12,6 @@
|
||||
./sddm.nix
|
||||
./security.nix
|
||||
./shell.nix
|
||||
./steam.nix
|
||||
./qt.nix
|
||||
];
|
||||
}
|
||||
|
12
modules/gaming/default.nix
Normal file
12
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