pantheon/homes/x86_64-linux/rafiq/cli.nix

8 lines
98 B
Nix

{ config, lib, pkgs, osConfig, ... }:
{
imports = [
./cli/git.nix
./cli/zsh.nix
];
}