modularize config
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{pkgs, inputs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.agenix.packages."${stdenv.hostPlatform.system}".default
|
||||
neovim
|
||||
wget
|
||||
curl
|
||||
git
|
||||
fastfetch
|
||||
rsync
|
||||
starship
|
||||
eza
|
||||
net-tools
|
||||
alejandra
|
||||
nixd
|
||||
yazi
|
||||
dysk
|
||||
tmux
|
||||
btop
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user