mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +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
9
modules/home/default.server.nix
Normal file
9
modules/home/default.server.nix
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue