nix-configs/modules/desktop-environment/home/panels/default.nix
2024-03-06 11:09:02 +01:00

7 lines
61 B
Nix

{...}: {
imports = [
./xmobar
./polybar.nix
];
}