diff options
| author | EuAndreh <eu@euandre.org> | 2021-03-08 20:12:24 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-03-08 20:12:24 -0300 |
| commit | 23107f412d870cc54bc1d6f06cfec7fd0e808951 (patch) | |
| tree | 46859f6b2700000ddedc3fe8aff99d2625910d92 | |
| parent | fake-symlinks.sh: Add enforce_uniform_readme (diff) | |
| download | dotfiles-23107f412d870cc54bc1d6f06cfec7fd0e808951.tar.gz dotfiles-23107f412d870cc54bc1d6f06cfec7fd0e808951.tar.xz | |
configuration.nix: Remove flatpak
| -rw-r--r-- | configuration.nix | 4 |
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 |
