aboutsummaryrefslogtreecommitdiff
path: root/home/rices/nord-blue/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/rices/nord-blue/home.nix')
-rw-r--r--home/rices/nord-blue/home.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/home/rices/nord-blue/home.nix b/home/rices/nord-blue/home.nix
new file mode 100644
index 0000000..61d2af4
--- /dev/null
+++ b/home/rices/nord-blue/home.nix
@@ -0,0 +1,10 @@
+{...}: {
+ imports = [
+ ./alacritty.nix
+ ./i3.nix
+ ./nvim.nix
+ ./helix.nix
+ ./picom.nix
+ ./fastfetch.nix
+ ];
+}