Add chromium

This commit is contained in:
thiloho
2023-10-01 04:59:10 +02:00
parent cbc08e20fd
commit 5387381c8f
2 changed files with 4 additions and 2 deletions

View File

@@ -23,6 +23,9 @@
home-manager.users.thiloho = { pkgs, lib, ... }: { home-manager.users.thiloho = { pkgs, lib, ... }: {
programs.git.signing.key = "5ECD00BDC15A987E"; programs.git.signing.key = "5ECD00BDC15A987E";
home.packages = with pkgs; [
chromium
];
home.stateVersion = "23.05"; home.stateVersion = "23.05";
}; };
system.stateVersion = "23.05"; system.stateVersion = "23.05";

View File

@@ -41,7 +41,7 @@
}; };
chromium = { chromium = {
enable = true; enable = true;
package = pkgs.brave; package = pkgs.google-chrome;
}; };
vscode = { vscode = {
enable = true; enable = true;
@@ -85,7 +85,6 @@
teamspeak5_client teamspeak5_client
discord discord
qbittorrent qbittorrent
chromium
neofetch neofetch
]; ];
}; };