fmt
This commit is contained in:
@@ -16,6 +16,9 @@ in
|
||||
|
||||
config = mkIf config.smayzy.steam.enable {
|
||||
programs.steam.enable = true;
|
||||
environment.systemPackages = with pkgs; [ depotdownloader protontricks ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
depotdownloader
|
||||
protontricks
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user