diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:22:29 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:23:58 -0800 |
| commit | 60da6bc47620681b557ea2d105df87b22382efcd (patch) | |
| tree | 000a2c858a5bbcd9d0e9ed1c5bd57546420f65d0 /users/fcuny/media.nix | |
| parent | home-manager: last typo (diff) | |
| download | infra-60da6bc47620681b557ea2d105df87b22382efcd.tar.gz | |
home-manager: re-organize configuration for myself
Diffstat (limited to 'users/fcuny/media.nix')
| -rw-r--r-- | users/fcuny/media.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/users/fcuny/media.nix b/users/fcuny/media.nix deleted file mode 100644 index 57d0dd2..0000000 --- a/users/fcuny/media.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - home.packages = [ - pkgs.mpd - pkgs.ncmpcpp - ]; - - xdg.configFile."mpd/mpd.conf".source = ../../configs/mpd/mpd.conf; - xdg.configFile."ncmpcpp/config".source = ../../configs/ncmpcpp/config; - - services.mpd = { - enable = true; - }; -} |
