Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3e18dfc53 | |||
| b173c4d44f |
@@ -6,6 +6,8 @@
|
||||
}: {
|
||||
home.packages = (with pkgs-stable; [
|
||||
|
||||
kodi # Kodi
|
||||
keepassxc # Passwords
|
||||
vlc # Video player
|
||||
obsidian # Note taking app
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
zig
|
||||
|
||||
zed-editor #Zed
|
||||
vscodium # VS Code
|
||||
vscode # VS Code
|
||||
])
|
||||
++ (with pkgs-stable; [
|
||||
bun
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
...
|
||||
}: {
|
||||
home.packages = (with pkgs; [
|
||||
guitarix
|
||||
ardour # DAW
|
||||
guitarix # Digital AMP
|
||||
carla # Hosting of VSTs
|
||||
hydrogen# Drums
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# System configuration
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
../../nixos/audio.nix
|
||||
../../nixos/docker.nix
|
||||
../../nixos/bluetooth.nix
|
||||
../../nixos/fonts.nix
|
||||
../../nixos/home-manager.nix
|
||||
|
||||
Reference in New Issue
Block a user