nix-config/modules/home-manager/default.nix

10 lines
113 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./hyprland.nix
./kitty.nix
./lf
./webapps.nix
];
}