nix-config/modules/home-manager/default.nix
smayzy 412ce8623a
All checks were successful
nix flake show / show-flake (push) Successful in 27s
clean hm modules
2025-07-24 18:45:11 +02:00

10 lines
96 B
Nix

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