ROCKPro64-Server/modules/home/programs/default.nix
2025-02-28 12:09:44 -05:00

16 lines
166 B
Nix

{ ... }:
{
imports = [
./btop
./eza
./fastfetch
./git
./headless
./neovim
./nh
./nix-index
./ranger
./tmux
./zsh
];
}