dotfiles/nixos/modules/work.nix
Bart van der Braak 8dd28119e7 full restructure
2025-01-17 01:25:44 +01:00

12 lines
No EOL
154 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
thunderbird
element-desktop
aws-sam-cli
awscli2
gnumake
cmake
];
}