nix-config/modules/home-manager/default.nix
smayzy 12b0f8e27a
All checks were successful
nix flake show / show-flake (push) Successful in 45s
mv fastfetch to hm module
2025-07-29 19:48:41 +02:00

11 lines
100 B
Nix

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