summary refs log tree commit diff stats
path: root/user/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/prefect.nix')
-rw-r--r--user/prefect.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/user/prefect.nix b/user/prefect.nix
new file mode 100644
index 00000000..a1edc55e
--- /dev/null
+++ b/user/prefect.nix
@@ -0,0 +1,18 @@
+{ config, pkgs, ... }:
+
+{
+  imports = [
+    ./modules/base.nix
+    ./modules/dunst.nix
+    ./modules/emacs.nix
+    ./modules/git.nix
+    ./modules/gnupg.nix
+    ./modules/i3.nix
+    ./modules/nix.nix
+    ./modules/rofi.nix
+    ./modules/sxhkd.nix
+    ./modules/tabnine.nix
+    ./modules/xresources.nix
+    ./modules/zsh.nix
+  ];
+}