aboutsummaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-08 08:50:26 -0300
committerEuAndreh <eu@euandre.org>2021-06-08 08:50:26 -0300
commit5efbed6ceb5a23849e97fc283c4be45deb0de4c4 (patch)
tree4fc23602d07450d9b5a320e39113808e75dbe16d /configuration.nix
parentUpdate files under aux/ (diff)
downloaddotfiles-5efbed6ceb5a23849e97fc283c4be45deb0de4c4.tar.gz
dotfiles-5efbed6ceb5a23849e97fc283c4be45deb0de4c4.tar.xz
configuration.nix: Add chromium package
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 1add95d9..99325fd4 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -30,7 +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;
- proprietaryPackages = with pkgs; [ slack zoom-us openfortivpn skype ];
+ proprietaryPackages = with pkgs; [ slack zoom-us openfortivpn skype chromium ];
allowUnfree = builtins.length proprietaryPackages > 0;
in {
imports = [ # Include the results of the hardware scan.