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:
parent
70a0fc0297
commit
e9d10753d5
4 changed files with 21 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue