chore: pretty up with alejandra

This commit is contained in:
Peritia 2025-09-22 16:16:02 +02:00
parent 7bbda6140f
commit 37b85877bb
75 changed files with 584 additions and 452 deletions

View file

@ -1,6 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}: {
imports = [
./steam.nix
];

View file

@ -14,13 +14,14 @@
# - openFirewall.dedicatedServer → Open firewall for Source Dedicated Server
# - openFirewall.localNetworkGameTransfers → Open firewall for LAN transfers
#
{ config, lib, pkgs, ... }:
let
cfg = config.nyx-module.system.steam;
in
{
config,
lib,
pkgs,
...
}: let
cfg = config.nyx-module.system.steam;
in {
options.nyx-module.system.steam = {
enable = lib.mkEnableOption "Enable Steam (system module)";

View file

@ -1,6 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}: {
imports = [
./Steam
];