nixos/home-manager/roles/desktop/tiling/apps/default.nix

10 lines
114 B
Nix
Raw Normal View History

2025-12-09 18:27:15 -05:00
{
imports = [
2025-12-09 23:43:33 +00:00
./swaybg.nix
./swaylock.nix
./mako.nix
./swayidle.nix
./quickshell.nix
2025-12-09 18:27:15 -05:00
];
}