Skip to content

Commit

Permalink
nixos/system: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 22, 2024
1 parent 4647841 commit a20b997
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nixos/system/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:

let
cfg = config.nixos.system;
Expand Down

0 comments on commit a20b997

Please sign in to comment.