feat: add zoom
This commit is contained in:
parent
95edaae633
commit
24acf9c23d
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, user, ... }:
|
||||
{ pkgs, user, lib, ... }:
|
||||
|
||||
{
|
||||
home.username = user;
|
||||
|
@ -25,6 +25,11 @@
|
|||
evince
|
||||
inkscape
|
||||
chromium
|
||||
zoom-us
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"zoom"
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue