Add baseline extras: tailscale, docker, telegram, flameshot, aider/opencode/goose/gemini
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
|
||||
{
|
||||
|
||||
|
||||
xdg.configFile."nvim/init.lua".source = ./nvim/init.lua;
|
||||
xdg.configFile."nvim/lua".source = ./nvim/lua;
|
||||
|
||||
xdg.configFile."atuin" = { source = ./config/atuin; recursive = true; };
|
||||
xdg.configFile."kitty" = { source = ./config/kitty; recursive = true; };
|
||||
xdg.configFile."zellij" = { source = ./config/zellij; recursive = true; };
|
||||
@@ -86,6 +90,20 @@ home.stateVersion = "25.11";
|
||||
# ---
|
||||
home.packages = with pkgs; [
|
||||
|
||||
aider-chat
|
||||
opencode
|
||||
goose-cli
|
||||
gemini-cli-bin
|
||||
|
||||
lua-language-server
|
||||
marksman
|
||||
nodePackages.typescript
|
||||
nodePackages.typescript-language-server
|
||||
|
||||
|
||||
nodejs
|
||||
python3
|
||||
python3Packages.pynvim
|
||||
git
|
||||
curl
|
||||
wget
|
||||
|
||||
Reference in New Issue
Block a user