about summary refs log tree commit diff
path: root/users/tazjin/dotfiles/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-09-05T08·09+0300
committerclbot <clbot@tvl.fyi>2024-09-05T22·10+0000
commit730d1cc77be5286b4fb62bc11c5a9f5d5d43dd25 (patch)
tree7bf9d4dd4e2ff927e392ef77b69908ea3e40f5ba /users/tazjin/dotfiles/default.nix
parent317962fbedc636aa0ffe392d968a8036eb0524a1 (diff)
feat(tazjin/dotfiles): check in Niri configuration r/8655
Adds the current (fairly simple) Niri configuration, which is annealed from
a few days of being poked constantly.

This isn't yet deployed through home-manager or anything as I'm still doing
stuff with it manually.

Change-Id: I3dfcafb55d98d9655585d3128e1088fc13e60cc7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12434
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/dotfiles/default.nix')
-rw-r--r--users/tazjin/dotfiles/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/dotfiles/default.nix b/users/tazjin/dotfiles/default.nix
index 9b783a9c857c..6a5f02d0182d 100644
--- a/users/tazjin/dotfiles/default.nix
+++ b/users/tazjin/dotfiles/default.nix
@@ -1,3 +1,4 @@
 _: {
   dunstrc = ./dunstrc;
+  niri = ./niri.config.kdl;
 }