10 lines
75 B
Nix
10 lines
75 B
Nix
{
|
|
pkgs,
|
|
device,
|
|
...
|
|
}: {
|
|
home.packages = [
|
|
pkgs.bottles
|
|
];
|
|
}
|