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;
# Terminal
os.apps.games.steam = true;
programs.ssh.enableAskPassword = false; # No-window git push fix
# System version
@@ -6,10 +6,10 @@
}:
with lib;
let
cfg = config.os.protonge;
cfg = config.os.apps.games.protonge;
in
{
options.os.protonge = {
options.os.apps.games.protonge = {
enable = mkEnableOption "System pipewire service";
};
config = mkIf cfg.enable {
@@ -6,10 +6,10 @@
}:
with lib;
let
cfg = config.os.steam;
cfg = config.os.apps.games.steam;
in
{
options.os.steam = {
options.os.apps.games.steam = {
enable = mkEnableOption "System pipewire service";
};
config = mkIf cfg.enable {