nix-config/modules/home-manager/default.nix
smayzy 614a10248f
All checks were successful
nix flake show / show-flake (push) Successful in 34s
mv mako to module
2025-07-29 18:05:45 +02:00

10 lines
90 B
Nix

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