nix-config/modules/home-manager/default.nix
2025-07-13 20:16:23 +02:00

10 lines
112 B
Nix

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