Separated applications and destops
This commit is contained in:
21
home/applications/common.nix
Normal file
21
home/applications/common.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user