dotfiles/nixos/modules/work.nix
2025-01-21 23:21:23 +01:00

10 lines
No EOL
126 B
Nix

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