feat: adds violet-specific config

This commit is contained in:
Ahwx 2024-07-15 10:08:16 +02:00
parent f01d71d562
commit 256e60911c

View file

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