1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00
Files
nixos-config-reborn/home-manager/modules/default.nix
andrey_varnavskiy 6dd9ef5458 add neovim
2024-11-29 16:13:42 +05:00

16 lines
198 B
Nix

{
imports = [
./neovim.nix
./alacritty.nix
./eza.nix
./cursor.nix
./starship.nix
./fuzzel.nix
./git.nix
./hyprland
./zsh.nix
./tmux.nix
./waybar
];
}