nixos-config/modules/home/waybar/default.nix

6 lines
119 B
Nix
Raw Normal View History

2023-11-05 11:40:44 +01:00
{ ... }: {
imports = [ (import ./waybar.nix) ]
++ [ (import ./settings.nix) ]
++ [ (import ./style.nix) ];
}