From 222c7e35d7e9507f6eb8d67bb7af3ef9e623d0f3 Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 17 Feb 2023 17:46:47 +0200 Subject: added alejandra as formatter and formatted everything --- mixins/mpd.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mixins/mpd.nix') diff --git a/mixins/mpd.nix b/mixins/mpd.nix index 3730802..f86162b 100644 --- a/mixins/mpd.nix +++ b/mixins/mpd.nix @@ -1,11 +1,13 @@ -{ pkgs, config, ... }: - { - home-manager.users.tzlil = {pkgs, ...}@hm: { + pkgs, + config, + ... +}: { + home-manager.users.tzlil = {pkgs, ...} @ hm: { services = { mpd.enable = true; mpdris2.enable = true; }; programs.ncmpcpp.enable = true; }; -} \ No newline at end of file +} -- cgit 1.4.1