This commit is contained in:
Martin Benonisen 2024-10-31 14:12:35 +01:00
parent 99ce631fce
commit 3949d4e234
Signed by: mbeno
SSH Key Fingerprint: SHA256:iAzOA1WUAxocdh/WRWXcSg5nw2dJ1aDCvPuT+3ZjkwI
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ config, pkgs, inputs, ... }: { { config, pkgs, inputs, ... }: {
services.flatpak.enable = true; services.flatpak.enable = true;
programs.lutris.enable = true;
programs.steam = { programs.steam = {
enable = true; enable = true;

View File

@ -38,7 +38,6 @@
stateVersion = "23.11"; stateVersion = "23.11";
}; };
programs.home-manager.enable = true; programs.home-manager.enable = true;
programs.lutris.enable = true;
}; };
}; };
} }