Files
nixos-config/modules/home-manager/default.nix
T
2025-08-05 19:51:18 +02:00

9 lines
80 B
Nix

{
imports = [
./git.nix
./fish.nix
./nixvim
./hyprland
];
}