Files
nixos-config/home/desktop/common.nix
2023-12-07 09:23:53 -04:00

19 lines
265 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
];
}