Files
nixos-config/home/applications/common.nix
2024-05-14 09:02:31 -03:00

36 lines
474 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
# Work-specific programs
teams-for-linux
# Coding tools
hoppscotch
zed-editor
# Creative tools
blender
inkscape
krita
davinci-resolve
# Productivity tools
bitwarden-desktop
libreoffice-qt
hunspell
hunspellDicts.en_CA
# System tools
gparted
# Communication tools
discord
# Games
atlauncher
steam
# Note-taking
obsidian
];
}