13 lines
142 B
Nix
13 lines
142 B
Nix
{ pkgs, ... }:
|
|
{
|
|
inherit (pkgs)
|
|
android-tools
|
|
attic-client
|
|
darktable
|
|
mpv
|
|
spicetify-cli
|
|
tea
|
|
telepresence
|
|
;
|
|
}
|