dotfiles/nixos/modules/work.nix
2025-01-22 11:14:58 +01:00

10 lines
127 B
Nix

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