From f83966f37481d1b8120e66156ee77c542043449d Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:29:36 +0200 Subject: [PATCH] Remove chromium --- nixos-configurations/pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index cfe0760..d7bb479 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -29,7 +29,7 @@ home-manager.users.thiloho = { pkgs, lib, ... }: { programs.git.signing.key = "5ECD00BDC15A987E"; home = { - packages = with pkgs; [ blender inkscape chromium ]; + packages = with pkgs; [ blender inkscape ]; stateVersion = "23.05"; }; };