dotfiles/modules/cli/default.nix

6 lines
103 B
Nix
Raw Normal View History

2021-09-14 20:55:50 +02:00
{ config, lib, pkgs, ... }:
{
2021-10-06 15:32:31 +02:00
imports = [ ./git.nix ./nix.nix ./zsh.nix ./direnv.nix ./adb.nix ];
2021-09-14 20:55:50 +02:00
}