Organize packages and add bitwarden

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-03-01 14:03:33 +01:00
parent f386649cdc
commit a2428ed29f

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
]; ];