nix-configs/modules/desktop-environment/home/panels/default.nix

7 lines
61 B
Nix
Raw Normal View History

2024-03-05 16:10:35 +00:00
{...}: {
imports = [
./xmobar
./polybar.nix
];
}