aboutsummaryrefslogtreecommitdiff
path: root/home/rices/nord-blue/home.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-07 12:05:17 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-07 12:05:17 +0200
commit31f8b7a3475cfe6f6c98aac0835477c5190f1d8e (patch)
tree55a4c93f4df6ea7bca8a51ffafb2eb6dc4359b80 /home/rices/nord-blue/home.nix
parentb36a8271ad7e52d2ecfcf93ce98ce238c833f4a3 (diff)
parenteaf2ae5fbcbdfecb7d07aa1067b2e55209fcd411 (diff)
Merge branch 'refactor-rice-system'
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
+ ];
+}