about summary refs log blame commit diff
path: root/users/tazjin/dotfiles/default.nix
blob: d536d3a494cd55caa999f82923339f8f3e806033 (plain) (tree)
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;
  };
}