Reorganize some apps and add wlsunset
This commit is contained in:
parent
8ffc50bef7
commit
829459865c
11 changed files with 10 additions and 14 deletions
7
modules/home/programs/terminal/spotdl/default.nix
Normal file
7
modules/home/programs/terminal/spotdl/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [ spotdl ];
|
||||
shellAliases.spotdl = "spotdl --m3u --format opus";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue