13 lines
173 B
Nix
13 lines
173 B
Nix
lib: name:
|
|
with lib;
|
|
elem name [
|
|
"discord"
|
|
"spotify"
|
|
"spotify-unwrapped"
|
|
"steam"
|
|
"steam-original"
|
|
"steam-unwrapped"
|
|
"steam-run"
|
|
"zoom"
|
|
]
|