mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-24 13:12:18 +00:00
1 line
65 B
Nix
1 line
65 B
Nix
{ pkgs, ... }: { home.packages = with pkgs; [ google-chrome ]; }
|