nix-config/modules/default/home-manager/desktop/default.nix
2025-01-08 12:54:03 +01:00

18 lines
184 B
Nix

{ ... }:
{
imports = [
./hyprland
./compositors
./options.nix
./kitty.nix
./vscodium.nix
];
home-manager.users.willifan = {
imports = [
];
};
}