mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50: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
|
|
@ -10,7 +10,9 @@
|
||||||
if (host == "desktop") then
|
if (host == "desktop") then
|
||||||
[ ./../home/default.desktop.nix ]
|
[ ./../home/default.desktop.nix ]
|
||||||
else if (host == "violet") then
|
else if (host == "violet") then
|
||||||
[ ./../home/default.violet.nix ]
|
[ ./../home/default.server.nix ]
|
||||||
|
else if (host == "dandelion") then
|
||||||
|
[ ./../home/default.server.nix ]
|
||||||
else if (host == "yoshino") then
|
else if (host == "yoshino") then
|
||||||
[ ./../home/default.yoshino.nix ]
|
[ ./../home/default.yoshino.nix ]
|
||||||
else [ ./../home ];
|
else [ ./../home ];
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
imports =
|
imports =
|
||||||
[(import ./git.nix)] # version control
|
[(import ./git.nix)] # version control
|
||||||
++ [(import ./nvim.nix)] # neovim editor
|
++ [(import ./nvim.nix)] # neovim editor
|
||||||
++ [(import ./packages.violet.nix)] # other packages
|
++ [(import ./packages.server.nix)] # other packages
|
||||||
++ [(import ./scripts/scripts.nix)] # personal scripts
|
++ [(import ./scripts/scripts.nix)] # personal scripts
|
||||||
++ [(import ./zsh.nix)] # shell
|
++ [(import ./zsh.nix)] # shell
|
||||||
++ [(import ./tmux.nix)]; # terminal multiplexer
|
++ [(import ./tmux.nix)]; # terminal multiplexer
|
||||||
|
|
@ -14,11 +14,6 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
yt-dlp
|
yt-dlp
|
||||||
neofetch
|
neofetch
|
||||||
yarn
|
|
||||||
|
|
||||||
# C / C++
|
|
||||||
gcc
|
|
||||||
gnumake
|
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
python3
|
python3
|
||||||
Loading…
Add table
Add a link
Reference in a new issue