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