refactor(tazjin/dotfiles): move waybar configuration into Nix

Change-Id: Ia031fd755ecf451b0ef1f9e63f3aec8b56fe2d57
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12448
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2024-09-07 14:39:40 +03:00 committed by clbot
parent 863146295b
commit 7903d26054
7 changed files with 82 additions and 33 deletions

View file

@ -1,5 +1,8 @@
_: {
args: {
dunstrc = ./dunstrc;
niri = ./niri.config.kdl;
waybar = ./waybar;
waybar = {
config = import ./waybar/config.nix args;
style = ./waybar/style.css;
};
}