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