mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
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:
parent
39f2058b7a
commit
ac1d1a24e7
4 changed files with 87 additions and 71 deletions
|
|
@ -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
|
||||
];
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue