Files
alo-cluster/home/packages.nix

13 lines
117 B
Nix

{ pkgs }:
let
nixTools = with pkgs; [
git
home-manager
mosh
tmux
vim
zsh
];
in nixTools