dotfiles/users/functionalhacker/programs/default.nix
2024-09-21 15:13:27 +03:00

16 lines
188 B
Nix

{ ... }:
{
imports = [
./bat.nix
./eza.nix
./firefox.nix
./fzf.nix
./git.nix
./neovim.nix
./pass.nix
./ripgrep.nix
./zellij.nix
./zsh.nix
];
}