Correction des dossier lié à Steam
This commit is contained in:
@@ -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 {
|
||||
Reference in New Issue
Block a user