enabled ncmpcpp
This commit is contained in:
parent
ef91a2a87c
commit
84d2e9d650
6 changed files with 32 additions and 21 deletions
|
@ -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;
|
||||
|
|
|
@ -33,6 +33,7 @@ in {
|
|||
krita
|
||||
lazygit
|
||||
libreoffice-fresh
|
||||
moc
|
||||
ncmpcpp
|
||||
neofetch
|
||||
neovim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue