nixos/home/gui/ukaea.nix

10 lines
108 B
Nix

{ pkgs, ... }:
{
imports = [ ./common.nix ];
home.packages = with pkgs; [
teams
zoom-us
];
}