Use latest zoom and signal packages

This commit is contained in:
Dave Gallant
2023-09-26 15:59:44 -04:00
parent d4d0060da7
commit b30b683863
6 changed files with 21 additions and 22 deletions

View File

@@ -12,11 +12,6 @@
nix.extraOptions = "experimental-features = nix-command flakes";
nix.package = pkgs.nixUnstable;
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [];
};
users.users.dave = {
isNormalUser = true;
extraGroups = ["docker" "wheel" "libvirtd" "corectrl"];

View File

@@ -7,6 +7,8 @@
hardware.opengl.enable = true;
nixpkgs.config.allowUnfree = true;
networking = {
hostName = "hephaestus";
interfaces.enp34s0 = {

View File

@@ -36,14 +36,16 @@ in {
google-cloud-sdk
kazam
legendary-gl
prismlauncher
obs-studio
pavucontrol
podman
prismlauncher
qemu
ryujinx
signal-desktop
steam-tui
unstable.signal-desktop
unstable.yuzu
unstable.zoom-us
usbutils
virt-manager
vlc
@@ -51,8 +53,6 @@ in {
wine64
wireshark-qt
yaru-theme
unstable.yuzu
zoom-us
];
in
linuxDesktop;