files (such as firefox/spotify-qt+librespot), create utils for reusable function library
15 lines
137 B
Nix
15 lines
137 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./common/spotify_arm.nix
|
|
];
|
|
|
|
home = {
|
|
packages = with pkgs; [
|
|
legcord
|
|
];
|
|
};
|
|
}
|