nixos-config/home-manager/stvnliu/services/default.nix

8 lines
80 B
Nix

{ ...
}: {
imports = [
./swaync.nix
./mpd.nix
./waybar.nix
];
}