diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-07-26 08:00:49 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-07-26 08:00:49 +0100 |
commit | 1a25b42ef9ee1c3c80e495036ca7f0548462ae56 (patch) | |
tree | 8667d69f346981d70bac23d416cd129442789e5b /nix-conf/home/includes | |
parent | ee976ae6fb7b410ca26b7d891b36eaa74eb930ab (diff) | |
download | dotfiles-1a25b42ef9ee1c3c80e495036ca7f0548462ae56.tar.gz |
Remove mpd packages on darwin for now
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/darwin.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nix-conf/home/includes/darwin.nix b/nix-conf/home/includes/darwin.nix index 3d98f90..562f6eb 100644 --- a/nix-conf/home/includes/darwin.nix +++ b/nix-conf/home/includes/darwin.nix @@ -39,10 +39,10 @@ in gh-dash #gnused #mopidy-with-extensions - mpdscribble - mpc-cli - mpd - ncmpcpp + #mpdscribble + #mpc-cli + #mpd + #ncmpcpp nix # on darwin we are not using nixos (duh) nodejs nodePackages.eslint @@ -51,12 +51,12 @@ in pinentry_mac pgcli pgformatter - pms + #pms postgresql podman #python310Packages.sqlparse sqls - vimpc + #vimpc wget ]; |