From 4898bdc0ba5d6bba6ac34b36c706cf420ca6f474 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sun, 11 May 2025 13:08:56 +0200 Subject: [PATCH] Skype removed --- nixos/hosts/andrej-pc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/andrej-pc/configuration.nix b/nixos/hosts/andrej-pc/configuration.nix index 603adad..09bcea5 100644 --- a/nixos/hosts/andrej-pc/configuration.nix +++ b/nixos/hosts/andrej-pc/configuration.nix @@ -152,7 +152,6 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - skypeforlinux libreoffice fzf killall @@ -180,6 +179,7 @@ prismlauncher unstable-pkgs.mcpelauncher-ui-qt jdk + teams-for-linux ]; programs.kdeconnect.enable = true; programs.kdeconnect.package = lib.mkDefault pkgs.kdePackages.kdeconnect-kde;