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

@@ -1,8 +1,5 @@
{ config, pkgs, lib, ... }:
let
apache-ds-pin = import (builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/9aec01027f7ea2bca07bb51d5ed83e78088871c1.tar.gz";
}) {};
in {
imports = [
../sway/sway.nix
@@ -16,7 +13,7 @@ in {
environment.systemPackages = with pkgs; [
alacritty
apache-ds-pin.apache-directory-studio
apache-directory-studio
cryptomator
fontforge
freecad

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.
};
};
}