Refactor package management into modular Nix configuration
This commit is contained in:
22
modules/core/packages/clients.nix
Normal file
22
modules/core/packages/clients.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Communication
|
||||
discord
|
||||
slack
|
||||
mattermost-desktop
|
||||
# Productivity & Office
|
||||
bitwarden-desktop
|
||||
tutanota-desktop
|
||||
anki-bin
|
||||
onlyoffice-bin
|
||||
# Cloud
|
||||
nextcloud-client
|
||||
# Browsers
|
||||
ungoogled-chromium
|
||||
# Utilities
|
||||
galculator
|
||||
gedit
|
||||
eddie
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user