nix-config/modules/default/home-manager/desktop/default.nix
2024-12-27 15:08:02 +01:00

17 lines
170 B
Nix

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