This commit is contained in:
2026-03-05 21:46:17 +01:00
parent 80bea5822b
commit 931ac93d35
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ ... }: {
flake.nixosModules.apps-sys-chrome = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
chrome
google-chrome
];
};
}