feat(youtube music): added youtube music
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
./modules/obs/home.nix
|
||||
./modules/blender/home.nix
|
||||
./modules/fish/home.nix
|
||||
./modules/ytm/home.nix
|
||||
./overlays.nix
|
||||
];
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
||||
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