Structural changes
This commit is contained in:
16
programs/terminal.nix
Normal file
16
programs/terminal.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
curl
|
||||
git
|
||||
zip
|
||||
unzip
|
||||
lsof
|
||||
htop
|
||||
btop
|
||||
xclip
|
||||
screen
|
||||
man-pages
|
||||
man-pages-posix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user