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;