{ inputs = { home-manager.url = "github:rycee/home-manager/release-24.11"; ragenix.url = "github:yaxitech/ragenix"; hyprland.url = "github:hyprwm/Hyprland"; cosmic.url = "github:lilyinstarlight/nixos-cosmic"; }; outputs = { ... }: { nixosModules = { default = { config, lib, ... }: { imports = [ ./options.nix ./general ./boot ./users ./programs ]; }; }; }; }