feat: update configuration files to streamline imports and enhance package management

This commit is contained in:
2025-06-08 09:36:44 +02:00
parent 30e75d0ad5
commit 0b8619bf64
3 changed files with 26 additions and 39 deletions

View File

@@ -13,27 +13,38 @@ in {
./nvim/default.nix
];
environment.systemPackages = with pkgs; [
ddev
gcc
git
glib
go
nodejs_22
rbw
bento
ddev
docker-compose
drone-cli
gcc
git
git-filter-repo
nix-prefetch-git
glib
go
jq
mkcert
mqttui
nix-prefetch-git
nodejs_22
rbw
sops
unzip
vim
wget
wireguard-tools
unzip
wol
];
virtualisation.docker.enable = true;
virtualisation.libvirtd = {
enable = true; # Turn on the libvirtd daemon
qemu = {
ovmf = {
enable = true; # Enable OVMF firmware support
};
# swtpm.enable = true; # enable if you need TPM emulation, etc.
};
};
}