music stuff
This commit is contained in:
parent
c7aea4abed
commit
1a69cda9ff
9 changed files with 731 additions and 37 deletions
|
@ -1,10 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ nix-config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
mpc
|
||||
ncmpcpp
|
||||
rmpc
|
||||
termusic
|
||||
nix-config.packages.x86_64-linux.rmpc-latest
|
||||
];
|
||||
|
||||
programs.fish.shellAliases = { "ncm" = "ncmpcpp"; };
|
||||
|
@ -34,4 +35,10 @@
|
|||
source = ./rmpc;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
xdg.configFile."ncmpcpp/" = {
|
||||
source = ./ncmpcpp;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue