summaryrefslogtreecommitdiff
path: root/hosts/gheshki/home.nix
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-03-08 20:12:44 +0000
committerAmir Saeid <amir@glgdgt.com>2026-03-08 20:12:44 +0000
commit1b95597c921f7a94e0e7b08871d51f941076c319 (patch)
tree663383bc82412d690cd44927bf8cd289d3a3c4c6 /hosts/gheshki/home.nix
Initial commit
Diffstat (limited to 'hosts/gheshki/home.nix')
-rw-r--r--hosts/gheshki/home.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix
new file mode 100644
index 0000000..c02c1f8
--- /dev/null
+++ b/hosts/gheshki/home.nix
@@ -0,0 +1,13 @@
+{ config
+, pkgs
+, unstablePkgs
+, unfreePkgs
+, unstableUnfreePkgs
+, userOptions
+, ...
+}:
+{
+ imports = [
+ ../../modules/base.nix
+ ];
+}