# Collection of all of my Home manager modules.
#
# Each module should be under `niko` option,
# followed by the folder they're located in.
# Example: niko.dev.rust
{
  imports = [
    ./dev/rust.nix

    ./desktop/alacritty.nix
    ./desktop/hyprland.nix
  ];
}