Remove chromium

This commit is contained in:
Thilo Hohlt
2024-08-06 12:29:36 +02:00
parent 90625b6837
commit f83966f374

View File

@@ -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";
};
};