Additional files
This commit is contained in:
parent
0c97384a8d
commit
34c8e866f4
6 changed files with 563 additions and 0 deletions
19
hosts/servers/alexandria/packages.nix
Normal file
19
hosts/servers/alexandria/packages.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue