refactor: move away from with pkgs;

This commit is contained in:
Ahwx 2026-06-12 04:12:52 +02:00
parent c4421be1ab
commit fee23e5adb
8 changed files with 82 additions and 74 deletions

View file

@ -5,11 +5,11 @@
...
}:
{
environment.systemPackages = with pkgs; [
mpc
mpdris2
ncmpcpp
rmpc
environment.systemPackages = [
pkgs.mpc
pkgs.mpdris2
pkgs.ncmpcpp
pkgs.rmpc
];
services.mpd = {