configuration.nix/home/wm/addon/default.nix

9 lines
106 B
Nix

{...}: {
imports = [
./rofi
./waybar
./dunst.nix
./kanshi.nix
./swayidle.nix
];
}