pkgs-in-home #2

Merged
noah.knegt merged 10 commits from pkgs-in-home into main 2025-03-01 14:11:42 +01:00
6 changed files with 77 additions and 15 deletions
Showing only changes of commit a2428ed29f - Show all commits

View File

@@ -52,10 +52,18 @@
packages = with pkgs; [ packages = with pkgs; [
(nerdfonts.override { fonts = [ "SourceCodePro" ]; }) (nerdfonts.override { fonts = [ "SourceCodePro" ]; })
# Desktop env
discord discord
spotify spotify
obsidian
vlc
# Programming # Security
openvpn
bitwarden-desktop
bitwarden-cli
# Development
gcc gcc
rustup rustup
]; ];