about summary refs log tree commit diff
path: root/users/tazjin/dotfiles/default.nix
blob: d536d3a494cd55caa999f82923339f8f3e806033 (plain) (blame)
1
2
3
4
5
6
7
8
args: {
  dunstrc = ./dunstrc;
  niri = ./niri.config.kdl;
  waybar = {
    config = import ./waybar/config.nix args;
    style = ./waybar/style.css;
  };
}