Files
nixos-config/home/applications/common.nix
2024-04-01 18:14:35 -03:00

30 lines
382 B
Nix

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