Files
nixos-config/home/applications/common.nix
2024-01-11 10:10:52 -04:00

22 lines
302 B
Nix

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