1
0
Fork 0
mirror of https://github.com/jbowdre/dotfiles.git synced 2025-01-24 00:34:37 +00:00
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 ]; }