From 2b4607d7f11eef1848f60bd2c20e2662ad161506 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 2 Dec 2021 22:30:58 -0500 Subject: [PATCH] Add google chrome --- common/packages.nix | 3 ++- common/printing.nix | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/packages.nix b/common/packages.nix index 14384a2..1b2760b 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -195,15 +195,16 @@ in aws-sam-cli bitwarden brave - rfd datasette deluge discord firefox gimp + google-chrome minecraft nfs-utils postman + rfd signal-desktop slack steam diff --git a/common/printing.nix b/common/printing.nix index d92f3c7..5143b7d 100644 --- a/common/printing.nix +++ b/common/printing.nix @@ -1,6 +1,5 @@ { pkgs, ... }: { - # Setup CUPS for printing documents. services.printing.enable = true; }