diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-09-26T16·24+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-09-26T16·34+0000 |
commit | 2c2a6c906046667c0d9b773c1224bef6955e0307 (patch) | |
tree | ed74779842821009b43902d888a1faa22e551985 /users | |
parent | 7f9ad826af3794789cbca2aaa944947f549cc908 (diff) |
feat(tazjin/home): put niri config in place automatically r/8720
This is now stable enough that I can put it under home-manager management. Change-Id: Ifd92ca8951e0adfddf962a4cd845c3e4fe80cc21 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12516 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/home/shared.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 3baadc555793..9e8e57d838fb 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -61,6 +61,9 @@ in }; }; + # put Niri configuration in place + xdg.configFile."niri/config.kdl".source = depot.users.tazjin.dotfiles.niri; + programs.wpaperd = { enable = true; settings = { |