mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
added communication software - jitsi,zoom,skyp in homemanager
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@gmail.com>
This commit is contained in:
parent
36ec1b1d1d
commit
504596d053
@ -121,6 +121,7 @@
|
||||
gnome.libsecret
|
||||
];
|
||||
|
||||
|
||||
#services.emacs.enable = true;
|
||||
#services.emacs.defaultEditor = true;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
@ -10,8 +10,18 @@
|
||||
home.packages = [
|
||||
pkgs.htop
|
||||
pkgs.pavucontrol
|
||||
|
||||
pkgs.jitsi-meet-electron
|
||||
pkgs.skypeforlinux
|
||||
pkgs.zoom-us
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"zoom"
|
||||
"skypeforlinux"
|
||||
];
|
||||
|
||||
|
||||
services = {
|
||||
udiskie = {
|
||||
enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user