diff --git a/configuration.nix b/configuration.nix
index 25814dd..0eefac6 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -49,7 +49,7 @@
   # Rotate logs after 7 days
   services.journald.extraConfig = "SystemMaxFiles=7";
 
-  # Allow propietary software
+  # Allow propietary software and build packages with Pulseaudio support
   nixpkgs.config = {
     allowUnfree = true;
     pulseaudio = true;
diff --git a/modules/software.nix b/modules/software.nix
index 5898144..2bac0e4 100644
--- a/modules/software.nix
+++ b/modules/software.nix
@@ -55,8 +55,6 @@
     libreoffice-fresh
     gnome3.simple-scan
     bc
-    # Propietary
-    skypeforlinux
     # Mail stack
     neomutt
     isync