diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-09-05T08·09+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-09-05T22·10+0000 |
commit | 730d1cc77be5286b4fb62bc11c5a9f5d5d43dd25 (patch) | |
tree | 7bf9d4dd4e2ff927e392ef77b69908ea3e40f5ba /users/tazjin/dotfiles/default.nix | |
parent | 317962fbedc636aa0ffe392d968a8036eb0524a1 (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.nix | 1 |
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; } |