nix-config/modules/home-manager/desktop/default.nix
2025-05-30 21:10:10 +02:00

14 lines
135 B
Nix

{ ... }:
{
imports = [
./hyprland
./compositors
./options.nix
./kitty.nix
./vscodium.nix
./zed.nix
];
}