feat: add zoom-us :r
This commit is contained in:
parent
d17bc480be
commit
8e98d807cb
|
@ -10,6 +10,10 @@ with lib; let
|
|||
xdg = config.home-manager.users."${psCfg.user.name}".xdg;
|
||||
in {
|
||||
home-manager.users."${psCfg.user.name}" = {
|
||||
home.packages = [
|
||||
pkgs.zoom-us
|
||||
];
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
|
|
Loading…
Reference in a new issue