h-m: spotify

This commit is contained in:
41666 2023-12-17 13:58:41 -05:00
parent 66b40d1c72
commit cd45fc3d98

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: {
home.programs = [
home.packages = [
pkgs.spotify
];
}