refactor: notebook configration
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user