feat: adds server-specific components, rename violet-specifics to server specifics

This commit is contained in:
Ahwx 2025-03-20 14:26:45 +01:00
parent a1d5447787
commit e656ae52e0
3 changed files with 4 additions and 7 deletions

View file

@ -0,0 +1,9 @@
{ ...}: {
imports =
[(import ./git.nix)] # version control
++ [(import ./nvim.nix)] # neovim editor
++ [(import ./packages.server.nix)] # other packages
++ [(import ./scripts/scripts.nix)] # personal scripts
++ [(import ./zsh.nix)] # shell
++ [(import ./tmux.nix)]; # terminal multiplexer
}