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

6 lines
61 B
Nix

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