nixos/modules/cli/default.nix

10 lines
No EOL
91 B
Nix

{ config, pkgs, ... }:
{
imports = [
./atuin
./direnv
./git
./zsh
];
}