1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00
This commit is contained in:
andrey_varnavskiy
2024-12-01 06:13:59 +05:00
parent 5bdd1a9df0
commit 2b9625378b

View File

@@ -1,15 +1,15 @@
{ {
imports = [ imports = [
./neovim.nix
./alacritty.nix ./alacritty.nix
./eza.nix
./cursor.nix ./cursor.nix
./starship.nix ./eza.nix
./fuzzel.nix ./fuzzel.nix
./git.nix ./git.nix
./hyprland ./hyprland
./zsh.nix ./neovim.nix
./starship.nix
./tmux.nix ./tmux.nix
./waybar ./waybar
./zsh.nix
]; ];
} }