fix a few osConfig defaults

This commit is contained in:
NullBite 2024-02-16 17:21:41 +01:00
parent 1719c9f4aa
commit 68cad3482e
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, lib, config, osConfig, options, ...}:
{ pkgs, lib, config, osConfig ? {}, options, ...}:
let
cfg = config.nixfiles.common.wm;
inherit (lib) mkDefault;

View File

@ -1,4 +1,4 @@
{ lib, pkgs, config, osConfig, ... }:
{ lib, pkgs, config, osConfig ? { }, ... }:
let
cfg = config.nixfiles.profile.base;
in