Revert "Remove chromium"

This reverts commit f83966f374.
This commit is contained in:
thiloho
2024-08-06 14:04:25 +02:00
parent f83966f374
commit 8846dffcf3

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