mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
refactor: move away from with pkgs;
This commit is contained in:
parent
c4421be1ab
commit
fee23e5adb
8 changed files with 82 additions and 74 deletions
|
|
@ -5,11 +5,11 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
mpc
|
||||
mpdris2
|
||||
ncmpcpp
|
||||
rmpc
|
||||
environment.systemPackages = [
|
||||
pkgs.mpc
|
||||
pkgs.mpdris2
|
||||
pkgs.ncmpcpp
|
||||
pkgs.rmpc
|
||||
];
|
||||
|
||||
services.mpd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue