enabled ncmpcpp

This commit is contained in:
Charlie Root 2024-04-13 00:56:24 +02:00
commit 84d2e9d650
6 changed files with 32 additions and 21 deletions

View file

@ -1,6 +1,7 @@
{ config, inputs, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
# Time Zone
time.timeZone = "Europe/Zurich";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
@ -47,6 +48,7 @@
};
programs = {
vesktop.enable = true;
ncmpcpp.enable = true;
ssh.enable = true;
btop.enable = true;
mpv.enable = true;

View file

@ -33,6 +33,7 @@ in {
krita
lazygit
libreoffice-fresh
moc
ncmpcpp
neofetch
neovim