6 lines
56 B
Nix
6 lines
56 B
Nix
pkgs: {
|
|
paths = with pkgs; [
|
|
google-chrome
|
|
];
|
|
}
|
pkgs: {
|
|
paths = with pkgs; [
|
|
google-chrome
|
|
];
|
|
}
|