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