From 85ab948ccdfaafa1a5ebe13c302484c087e341f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 21 Nov 2021 11:55:04 +0100 Subject: [PATCH] feat(zaatar): install ncmpcpp --- systems/zaatar/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/zaatar/configuration.nix b/systems/zaatar/configuration.nix index 36ae0df..ea51f90 100644 --- a/systems/zaatar/configuration.nix +++ b/systems/zaatar/configuration.nix @@ -108,7 +108,7 @@ in services.illum.enable = true; - environment.systemPackages = with pkgs; [ git vim htop ]; + environment.systemPackages = with pkgs; [ git vim htop ncmpcpp ]; boot.loader.systemd-boot = { enable = true;