chore(tazjin/dotfiles): check in more local configuration

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>
This commit is contained in:
Vincent Ambo 2024-09-29 15:46:53 +03:00 committed by tazjin
parent 70a0fc0297
commit e9d10753d5
4 changed files with 21 additions and 1 deletions

View file

@ -3,6 +3,7 @@
rec {
dunstrc = ./dunstrc;
niri = ./niri.config.kdl;
fuzzel = ./fuzzel.ini;
waybar = {
config = import ./waybar/config.nix args;
style = pkgs.runCommandNoCC "waybar-style.css"