diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-08 08:50:26 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-08 08:50:26 -0300 |
| commit | 5efbed6ceb5a23849e97fc283c4be45deb0de4c4 (patch) | |
| tree | 4fc23602d07450d9b5a320e39113808e75dbe16d /configuration.nix | |
| parent | Update files under aux/ (diff) | |
| download | dotfiles-5efbed6ceb5a23849e97fc283c4be45deb0de4c4.tar.gz dotfiles-5efbed6ceb5a23849e97fc283c4be45deb0de4c4.tar.xz | |
configuration.nix: Add chromium package
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 2 |
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. |
