Separated applications and destops

This commit is contained in:
panotaka
2024-01-11 10:10:52 -04:00
parent ca11bf8250
commit ac8aa927d2
10 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,21 @@
{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
];
}