This commit is contained in:
Sandro - 2021-09-12 21:40:33 +02:00
parent e90d9e1449
commit 62fc76e577
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 3 deletions

View File

@ -53,14 +53,15 @@ in {
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget
vim
git git
htop
libraspberrypi
mpd mpd
mpv mpv
ncmpcpp ncmpcpp
ncpamixer ncpamixer
libraspberrypi vim
wget
]; ];
programs.tmux.enable = true; programs.tmux.enable = true;