move cli tools to seperate file
This commit is contained in:
20
modules/cli-tools.nix
Normal file
20
modules/cli-tools.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
nixos-option
|
||||
btop
|
||||
git
|
||||
killall
|
||||
xclip
|
||||
usbutils
|
||||
inputs.agenix.packages."x86_64-linux".default
|
||||
neofetch
|
||||
pdfgrep
|
||||
ncdu
|
||||
glxinfo
|
||||
vulkan-tools
|
||||
ffmpeg
|
||||
nethogs
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user