10 lines
160 B
Nix
10 lines
160 B
Nix
{ ... }: {
|
|
imports = [
|
|
# ./bar/submap-indicator.nix
|
|
./bar/cclock.nix
|
|
./bar/caldav-event.nix
|
|
# ./bar/waybar.nix
|
|
./bar/hyprpanel.nix
|
|
];
|
|
}
|