Skip to content

Commit

Permalink
hina: enable MPD
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jul 8, 2024
1 parent 1bffb79 commit 0dd24c4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion configurations/hina/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ in
../../../modules/home-manager/media.nix
../../../modules/home-manager/office.nix

({pkgs, ...}: rec {
({
config,
pkgs,
...
}: rec {
home.packages = with pkgs; [
lightburn
scrcpy
Expand All @@ -35,6 +39,9 @@ in
"com.adobe.Flash-Player-Projector"
];

xdg.userDirs.music = "${config.home.homeDirectory}/music";
services.mpd.enable = true;

programs.borgmatic.backups."main" = {
location = {
sourceDirectories = [
Expand Down

0 comments on commit 0dd24c4

Please sign in to comment.