feat: music apps, vscode, kodi and keepass

This commit is contained in:
kptltd00m
2026-07-09 16:52:00 +02:00
parent 5e25ed4d5e
commit b173c4d44f
4 changed files with 8 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
}: { }: {
home.packages = (with pkgs-stable; [ home.packages = (with pkgs-stable; [
kodi # Kodi
vlc # Video player vlc # Video player
obsidian # Note taking app obsidian # Note taking app
+2
View File
@@ -8,6 +8,8 @@
zed-editor #Zed zed-editor #Zed
vscodium # VS Code vscodium # VS Code
docker
]) ])
++ (with pkgs-stable; [ ++ (with pkgs-stable; [
bun bun
+4 -1
View File
@@ -3,6 +3,9 @@
... ...
}: { }: {
home.packages = (with pkgs; [ 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 # System configuration
# ───────────────────────────────────────────────────────────── # ─────────────────────────────────────────────────────────────
../../nixos/audio.nix ../../nixos/audio.nix
../../nixos/docker.nix
../../nixos/bluetooth.nix ../../nixos/bluetooth.nix
../../nixos/fonts.nix ../../nixos/fonts.nix
../../nixos/home-manager.nix ../../nixos/home-manager.nix