aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix
index cdabf748..4d60920f 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -30,8 +30,7 @@ let
pub-crons.with-mail) ++ builtins.attrValues
(builtins.mapAttrs (cron-for-name "/home/andreh/annex/cron") priv-crons);
privateConfiguration = import /etc/nixos/private-configuration.nix;
- enableFlatpak = true; # for usage with proprietary Skype
- proprietaryPackages = with pkgs; [ slack zoom-us openfortivpn ];
+ proprietaryPackages = with pkgs; [ slack zoom-us openfortivpn skype ];
allowUnfree = builtins.length proprietaryPackages > 0;
in {
imports = [ # Include the results of the hardware scan.
@@ -354,7 +353,6 @@ in {
xdg.portal.enable = true;
services = {
- flatpak.enable = enableFlatpak;
blueman.enable = true;
# We can see the actual generated crontab at /etc/crontab