feat: music apps, vscode, kodi and keepass
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
guitarix
|
ardour # DAW
|
||||||
|
guitarix # Digital AMP
|
||||||
|
carla # Hosting of VSTs
|
||||||
|
hydrogen# Drums
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user