{ config, lib, pkgs, ... }:
{
imports = [
./Modules/greetd.nix
./Modules/HomeManager.nix
./Modules/hyprland.nix
./Modules/nanoconf.nix
./Modules/sharedHome.nix
./Modules/wlfixes.nix
./Modules/zsh.nix
];
}