thunderbird stuff

This commit is contained in:
Henri Dohmen 2025-05-07 01:11:55 +02:00
parent 59a71b6e11
commit b91a821829
3 changed files with 36 additions and 39 deletions

9
mod/software/editors.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vscode
emacs
jetbrains.gateway
jetbrains.rust-rover
];
}