dotfiles/home/features/desktop/chrome.nix

6 lines
95 B
Nix

{ pkgs, inputs, outputs, lib, ... }: {
home.packages = with pkgs; [
google-chrome
];
}