13 lines
137 B
Nix
13 lines
137 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./git.nix
|
||
|
./gnupg.nix
|
||
|
./nixvim
|
||
|
./tmux.nix
|
||
|
./browsers.nix
|
||
|
./miscellaneous.nix
|
||
|
];
|
||
|
}
|