mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds server-specific components, rename violet-specifics to server specifics
This commit is contained in:
parent
a1d5447787
commit
e656ae52e0
3 changed files with 4 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
imports =
|
||||
[(import ./git.nix)] # version control
|
||||
++ [(import ./nvim.nix)] # neovim editor
|
||||
++ [(import ./packages.violet.nix)] # other packages
|
||||
++ [(import ./packages.server.nix)] # other packages
|
||||
++ [(import ./scripts/scripts.nix)] # personal scripts
|
||||
++ [(import ./zsh.nix)] # shell
|
||||
++ [(import ./tmux.nix)]; # terminal multiplexer
|
||||
|
|
@ -14,11 +14,6 @@
|
|||
ripgrep
|
||||
yt-dlp
|
||||
neofetch
|
||||
yarn
|
||||
|
||||
# C / C++
|
||||
gcc
|
||||
gnumake
|
||||
|
||||
# Python
|
||||
python3
|
||||
Loading…
Add table
Add a link
Reference in a new issue