nixos-mods/allCommon: format code

secrix-issue25
Felix Stupp 3 months ago
parent 2f8622a062
commit 71feebce25
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,14 +1,15 @@
# applies to all of my machines
# examples: PCs, laptops, VMs, hypervisors, ...
{
config,
lib,
pkgs,
...
}: let
{ config
, lib
, pkgs
, ...
}:
let
cfg = config.x-banananetwork.allCommon;
in {
in
{
options = {

Loading…
Cancel
Save