20 lines
273 B
Nix
20 lines
273 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./bat.nix
|
|
./direnv.nix
|
|
./documentation.nix
|
|
./git
|
|
./gpg.nix
|
|
./htop.nix
|
|
./jq.nix
|
|
./packages.nix
|
|
./pager.nix
|
|
./secrets # Home-manager specific secrets
|
|
./ssh.nix
|
|
./tmux.nix
|
|
./xdg.nix
|
|
./zsh
|
|
];
|
|
}
|