added graphical mpd client.
This commit is contained in:
parent
48c6a2ceca
commit
089f7833f8
|
@ -29,6 +29,6 @@
|
||||||
../modules/home-manager
|
../modules/home-manager
|
||||||
../modules/home-manager/syncthing.nix
|
../modules/home-manager/syncthing.nix
|
||||||
../modules/home-manager/beets.nix
|
../modules/home-manager/beets.nix
|
||||||
../modules/home-manager/mpd.nix
|
../modules/home-manager/mpd/mpd.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
10
modules/home-manager/mpd/mpdevil-plattenalbum.nix
Normal file
10
modules/home-manager/mpd/mpdevil-plattenalbum.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
mpdevil
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue