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

10 lines
115 B
Nix

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