mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
feat: playing around with mpd and rmpc
This commit is contained in:
parent
c359f738ab
commit
8a06bb05fe
7 changed files with 491 additions and 33 deletions
13
modules/home/cli/fun/rmpc/default.nix
Normal file
13
modules/home/cli/fun/rmpc/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
rmpc
|
||||
;
|
||||
};
|
||||
xdg.configFile."rmpc/config.ron".source = ./config/config.ron;
|
||||
xdg.configFile."rmpc/themes/catppuccin-macchiato.ron".source = ./config/catppuccin-macchiato.ron;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue