dotfiles/home/modules/gui/chrome.nix
2024-12-19 19:30:06 -06:00

1 line
65 B
Nix

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