style: use alejandra formatter on all nix files
This commit is contained in:
parent
d563805909
commit
0d8a394dcf
76 changed files with 1287 additions and 935 deletions
|
@ -1,9 +1,11 @@
|
|||
{ lib, config, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.gaming.steam;
|
||||
in
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.modules.gaming.steam;
|
||||
in {
|
||||
options.modules.gaming.steam = {
|
||||
enable = mkEnableOption "Enable Steam Platform";
|
||||
|
||||
|
@ -31,8 +33,8 @@ in
|
|||
gamescopeSession = {
|
||||
enable = cfg.gamescope;
|
||||
args = [
|
||||
"-O HDMI-A-2"
|
||||
"-F fsr"
|
||||
"-O HDMI-A-2"
|
||||
"-F fsr"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue