some packages

This commit is contained in:
Olaf Kolkman 2025-05-17 17:44:31 +02:00
parent 76f3eb2dfe
commit 746fa7f48b
3 changed files with 6 additions and 1 deletions

View File

@ -21,9 +21,9 @@ in
}; };
imports = [ imports = [
../../modules/darwin/home-manager.nix ../../modules/darwin/home-manager.nix
../../modules/shared ../../modules/shared
]; ];
# Setup user, packages, programs # Setup user, packages, programs

View File

@ -34,10 +34,13 @@ _:
"synology-drive" "synology-drive"
"spamsieve" "spamsieve"
"keybase" "keybase"
"karabiner-elements"
# Entertainment Tools # Entertainment Tools
"vlc" "vlc"
"jellyfin-media-player" "jellyfin-media-player"
"vimediamanager"
"mediaelch"
# Productivity Tools # Productivity Tools
"raycast" "raycast"
@ -52,6 +55,7 @@ _:
"libreoffice" "libreoffice"
"macdown" "macdown"
"calibre" "calibre"
"superslicer"
# Browsers # Browsers
"google-chrome" "google-chrome"

View File

@ -61,6 +61,7 @@ with pkgs;
tmux tmux
unrar unrar
unzip unzip
rmapi
# zsh-powerlevel10k # zsh-powerlevel10k
# Python packages # Python packages