summary refs log tree commit diff stats
path: root/users/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/default.nix')
-rw-r--r--users/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/default.nix b/users/default.nix
new file mode 100644
index 0000000..23d6e96
--- /dev/null
+++ b/users/default.nix
@@ -0,0 +1,7 @@
+{
+  nixpkgs,
+  system,
+  ...
+}: {
+  sils = import ./sils {inherit nixpkgs system;};
+}