nixos-config/desktop/home-manager/default.nix

8 lines
79 B
Nix

{ ... }:
{
imports = [
../../common/home-manager
./waybar.nix
];
}