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:
parent
863146295b
commit
7903d26054
7 changed files with 82 additions and 33 deletions
|
|
@ -1,5 +1,8 @@
|
|||
_: {
|
||||
args: {
|
||||
dunstrc = ./dunstrc;
|
||||
niri = ./niri.config.kdl;
|
||||
waybar = ./waybar;
|
||||
waybar = {
|
||||
config = import ./waybar/config.nix args;
|
||||
style = ./waybar/style.css;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue