nix-config/home/wm/default.nix

10 lines
125 B
Nix

{
imports = [
./alacritty.nix
./dunst.nix
./hyprland.nix
./swaylock.nix
./waybar
./wofi.nix
];
}