Correction des dossier lié à Steam

This commit is contained in:
2026-08-10 14:06:31 +02:00
parent 77d1451eed
commit 177ee9253e
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@
os.virtualisation.podman.gtk = true; os.virtualisation.podman.gtk = true;
# Terminal # Terminal
os.apps.games.steam = true;
programs.ssh.enableAskPassword = false; # No-window git push fix programs.ssh.enableAskPassword = false; # No-window git push fix
# System version # System version
@@ -6,10 +6,10 @@
}: }:
with lib; with lib;
let let
cfg = config.os.protonge; cfg = config.os.apps.games.protonge;
in in
{ {
options.os.protonge = { options.os.apps.games.protonge = {
enable = mkEnableOption "System pipewire service"; enable = mkEnableOption "System pipewire service";
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
@@ -6,10 +6,10 @@
}: }:
with lib; with lib;
let let
cfg = config.os.steam; cfg = config.os.apps.games.steam;
in in
{ {
options.os.steam = { options.os.apps.games.steam = {
enable = mkEnableOption "System pipewire service"; enable = mkEnableOption "System pipewire service";
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {