From 69473718256237b776fd751a739bf0a1394e6cc9 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:28:01 +0200 Subject: [PATCH] Add chromium package --- 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 d7bb479..cfe0760 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 ]; + packages = with pkgs; [ blender inkscape chromium ]; stateVersion = "23.05"; }; };