summaryrefslogtreecommitdiff
path: root/modules/host-common.nix
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-04-18 21:45:44 +0100
committerAmir Saeid <amir@glgdgt.com>2026-04-18 21:45:44 +0100
commit9158edcb475f7cf4d000c7c06d56791e24166c75 (patch)
treefc2a19612c13e62b919cc0c476002ce0fd9de25f /modules/host-common.nix
parent531b20fdf744059f5fd859135ba27defa31c3a34 (diff)
Add i3 config
Diffstat (limited to 'modules/host-common.nix')
-rw-r--r--modules/host-common.nix7
1 files changed, 6 insertions, 1 deletions
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