feat(youtube music): added youtube music
This commit is contained in:
6
nix/modules/ytm/home.nix
Normal file
6
nix/modules/ytm/home.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
youtube-music
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user