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
|
let
|
||||||
cfg = config.nixfiles.common.wm;
|
cfg = config.nixfiles.common.wm;
|
||||||
inherit (lib) mkDefault;
|
inherit (lib) mkDefault;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, pkgs, config, osConfig, ... }:
|
{ lib, pkgs, config, osConfig ? { }, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.nixfiles.profile.base;
|
cfg = config.nixfiles.profile.base;
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user