flakes/hosts/dandelion/packages.nix

15 lines
193 B
Nix
Raw Permalink Normal View History

2025-05-19 19:43:57 +10:00
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
git
htop
jq
neovim
rsync
sshfs
wget
kitty.terminfo
];
environment.variables.EDITOR = "nvim";
}