dotfiles-nix/nix/users/nicolaivds/wayland/default.nix
2023-10-13 15:56:14 +02:00

10 lines
116 B
Nix

{ ... }:
{
imports = [
./hyprland.nix
./waybar.nix
./wofi.nix
./foot.nix
./wlogout.nix
];
}