Compare commits

..

2 Commits

Author SHA1 Message Date
kptltd00m d3e18dfc53 add keepass, fix docker 2026-07-09 16:52:34 +02:00
kptltd00m b173c4d44f feat: music apps, vscode, kodi and keepass 2026-07-09 16:52:00 +02:00
4 changed files with 8 additions and 2 deletions
+2
View File
@@ -6,6 +6,8 @@
}: {
home.packages = (with pkgs-stable; [
kodi # Kodi
keepassxc # Passwords
vlc # Video player
obsidian # Note taking app
+1 -1
View File
@@ -7,7 +7,7 @@
zig
zed-editor #Zed
vscodium # VS Code
vscode # VS Code
])
++ (with pkgs-stable; [
bun
+4 -1
View File
@@ -3,6 +3,9 @@
...
}: {
home.packages = (with pkgs; [
guitarix
ardour # DAW
guitarix # Digital AMP
carla # Hosting of VSTs
hydrogen# Drums
]);
}
+1
View File
@@ -4,6 +4,7 @@
# System configuration
# ─────────────────────────────────────────────────────────────
../../nixos/audio.nix
../../nixos/docker.nix
../../nixos/bluetooth.nix
../../nixos/fonts.nix
../../nixos/home-manager.nix