dotfiles/modules/cli/default.nix

6 lines
113 B
Nix
Raw Normal View History

2021-09-14 20:55:50 +02:00
{ config, lib, pkgs, ... }:
{
2021-11-18 12:55:36 +01:00
imports = [ ./adb.nix ./direnv.nix ./git.nix ./gpg.nix ./nix.nix ./zsh.nix ];
2021-09-14 20:55:50 +02:00
}