Additional files

This commit is contained in:
baduhai 2022-11-29 17:40:02 -03:00
parent 0c97384a8d
commit 34c8e866f4
6 changed files with 563 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{ config, pkgs, lib, ... }:
{
nixpkgs.config = {
allowUnfree = true;
};
environment.systemPackages = with pkgs; [
any-nix-shell
bind
btop
git
htop
lazydocker
micro
tmux
wget
];
}