Add chromium package

This commit is contained in:
Thilo Hohlt
2024-06-11 16:28:01 +02:00
parent 6448cea7c3
commit 6947371825

View File

@@ -29,7 +29,7 @@
home-manager.users.thiloho = { pkgs, lib, ... }: { home-manager.users.thiloho = { pkgs, lib, ... }: {
programs.git.signing.key = "5ECD00BDC15A987E"; programs.git.signing.key = "5ECD00BDC15A987E";
home = { home = {
packages = with pkgs; [ blender inkscape ]; packages = with pkgs; [ blender inkscape chromium ];
stateVersion = "23.05"; stateVersion = "23.05";
}; };
}; };