Files
nixos-config/modules/home-manager/default.nix
T

13 lines
131 B
Nix

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