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
@ -119,7 +119,8 @@
|
|||||||
clang
|
clang
|
||||||
keepassxc
|
keepassxc
|
||||||
gnome.libsecret
|
gnome.libsecret
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
#services.emacs.enable = true;
|
#services.emacs.enable = true;
|
||||||
#services.emacs.defaultEditor = true;
|
#services.emacs.defaultEditor = true;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
@ -10,8 +10,18 @@
|
|||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.htop
|
pkgs.htop
|
||||||
pkgs.pavucontrol
|
pkgs.pavucontrol
|
||||||
|
|
||||||
|
pkgs.jitsi-meet-electron
|
||||||
|
pkgs.skypeforlinux
|
||||||
|
pkgs.zoom-us
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
"zoom"
|
||||||
|
"skypeforlinux"
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
udiskie = {
|
udiskie = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user