refactor: notebook configration
This commit is contained in:
parent
0df4a4c1ec
commit
d4438c8585
37 changed files with 212 additions and 418 deletions
|
|
@ -8,6 +8,32 @@ let
|
|||
};
|
||||
in {
|
||||
imports = [
|
||||
./mcp.nix
|
||||
# ./mcp.nix
|
||||
./coding.nix
|
||||
./nvim/default.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
ddev
|
||||
gcc
|
||||
git
|
||||
glib
|
||||
go
|
||||
nodejs_22
|
||||
rbw
|
||||
bento
|
||||
docker-compose
|
||||
drone-cli
|
||||
git-filter-repo
|
||||
nix-prefetch-git
|
||||
jq
|
||||
mkcert
|
||||
mqttui
|
||||
vim
|
||||
wget
|
||||
wireguard-tools
|
||||
unzip
|
||||
wol
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue