nix-conf/system/work.nix
2024-03-24 23:16:17 +04:00

11 lines
169 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
jetbrains.rider
obsidian
teams-for-linux
thunderbird
zoom-us
];
}