nixos/home/collections/work/default.nix

16 lines
214 B
Nix

{ pkgs, ... }:
{
imports = [
../common/desktop.nix
../../git/work.nix
];
home.packages = with pkgs; [
libreoffice-fresh
neovide
nomachine-client
otpclient
teams
zoom-us
];
}