mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
12 lines
85 B
Nix
12 lines
85 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
xlib,
|
|
...
|
|
}:
|
|
{
|
|
home.packages = [
|
|
pkgs.streamrip
|
|
];
|
|
}
|