fix a few osConfig defaults
This commit is contained in:
parent
1719c9f4aa
commit
68cad3482e
@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, config, osConfig, options, ...}:
|
||||
{ pkgs, lib, config, osConfig ? {}, options, ...}:
|
||||
let
|
||||
cfg = config.nixfiles.common.wm;
|
||||
inherit (lib) mkDefault;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, pkgs, config, osConfig, ... }:
|
||||
{ lib, pkgs, config, osConfig ? { }, ... }:
|
||||
let
|
||||
cfg = config.nixfiles.profile.base;
|
||||
in
|
||||
|
Loading…
x
Reference in New Issue
Block a user