dotfiles/home/features/desktop/chrome.nix

6 lines
95 B
Nix
Raw Normal View History

2023-11-05 03:03:22 +00:00
{ pkgs, inputs, outputs, lib, ... }: {
home.packages = with pkgs; [
2023-12-10 21:25:15 +00:00
google-chrome
2023-11-05 03:03:22 +00:00
];
}