about summary refs log tree commit diff
path: root/users/tazjin/home/shared.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2024-09-29T12·46+0300
committertazjin <mail@tazj.in>2024-09-29T15·14+0000
commite9d10753d5227c02babd34f928314659b8f4b120 (patch)
tree1b862ad46a99e4c752bdd864211a42635b7fc3ef /users/tazjin/home/shared.nix
parent70a0fc0297bce0953838548e0c7590cdda1ef761 (diff)
chore(tazjin/dotfiles): check in more local configuration r/8734
Instead of installing and configuring fuzzel and wl-clipboard locally, put them
into Nix, too.

Change-Id: I4b909ac1d0577f8bd176bbaae71583c59aaf5362
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12544
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/home/shared.nix')
-rw-r--r--users/tazjin/home/shared.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix
index 9e8e57d838fb..51ff1ac94af5 100644
--- a/users/tazjin/home/shared.nix
+++ b/users/tazjin/home/shared.nix
@@ -61,8 +61,9 @@ in
     };
   };
 
-  # put Niri configuration in place
+  # put Niri (& related tools) configuration in place
   xdg.configFile."niri/config.kdl".source = depot.users.tazjin.dotfiles.niri;
+  xdg.configFile."fuzzel/fuzzel.ini".source = depot.users.tazjin.dotfiles.fuzzel;
 
   programs.wpaperd = {
     enable = true;