multi host

This commit is contained in:
2025-01-27 22:59:18 +01:00
parent 4c0a3b5794
commit 646aaeefe4
10 changed files with 182 additions and 135 deletions

8
home/sflx.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs }:
with pkgs;
[
vault
cocoapods
phrase-cli
boundary
]

54
home/shared.nix Normal file
View File

@@ -0,0 +1,54 @@
{ pkgs }:
with pkgs;
[
# Base
tmux
oh-my-posh
git
git-lfs
git-crypt
bfg-repo-cleaner
gnutar
gnupg
htop
rclone
rename
tmux
tree
wget
woff2
bat
rsync
zoxide
#bitwarden-cli
# Dev
devenv
direnv
nixpacks
ollama
# Editor
neovim
fzf
lazygit
lua
luajitPackages.luarocks
ast-grep
ripgrep
# Language specific
nixfmt-rfc-style
fnm
bun
deno
zig
uv
ruff
tectonic
tex-fmt
rustup
# Fonts
nerd-fonts.jetbrains-mono
]