From 9158edcb475f7cf4d000c7c06d56791e24166c75 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sat, 18 Apr 2026 21:45:44 +0100 Subject: Add i3 config --- modules/host-common.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/host-common.nix') diff --git a/modules/host-common.nix b/modules/host-common.nix index 83a51e2..cc95807 100644 --- a/modules/host-common.nix +++ b/modules/host-common.nix @@ -1,4 +1,9 @@ -{ config, lib, hostname, ... }: +{ + config, + lib, + hostname, + ... +}: let userOptions = import ../hosts/${hostname}/userOptions.nix; in -- cgit v1.2.3