feat: add gaming specialisation

the home-manager aspect of it does not work currently
(packages do not become available when enabled)
This commit is contained in:
Swarsel 2024-12-10 18:32:47 +01:00
parent 39f2058b7a
commit ac1d1a24e7
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 87 additions and 71 deletions

View file

@ -1,5 +1,7 @@
{ pkgs, ... }:
{
# specialisation = {
# gaming.configuration = {
home.packages = with pkgs; [
stable.lutris
wine
@ -22,4 +24,6 @@
prismlauncher # has overrides
temurin-bin-17
];
# };
# };
}