aboutsummaryrefslogtreecommitdiff
path: root/user/default.nix
blob: 08be102dd2bbe066f753d8a0f45947702f074a5a (plain) (blame)
1
2
3
4
5
6
7
8
9
{ config, ... }:
{
  imports = [
    ./git.nix
    ./kakoune
    ./ssh.nix
    ./zsh.nix
  ];
}