From 68cad3482efdd20401582605e0208b1dd70794d9 Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Fri, 16 Feb 2024 17:21:41 +0100
Subject: [PATCH] fix a few osConfig defaults

---
 home/common/wm.nix    | 2 +-
 home/profile/base.nix | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/home/common/wm.nix b/home/common/wm.nix
index dfc3d75..4f55873 100644
--- a/home/common/wm.nix
+++ b/home/common/wm.nix
@@ -1,4 +1,4 @@
-{ pkgs, lib, config, osConfig, options, ...}:
+{ pkgs, lib, config, osConfig ? {}, options, ...}:
 let
   cfg = config.nixfiles.common.wm;
   inherit (lib) mkDefault;
diff --git a/home/profile/base.nix b/home/profile/base.nix
index 8ebec24..6d4680f 100644
--- a/home/profile/base.nix
+++ b/home/profile/base.nix
@@ -1,4 +1,4 @@
-{ lib, pkgs, config, osConfig, ... }:
+{ lib, pkgs, config, osConfig ? { }, ... }:
 let
   cfg = config.nixfiles.profile.base;
 in