21 lines
240 B
Nix
21 lines
240 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../options.nix
|
|
./common.nix
|
|
./desktop
|
|
./dev
|
|
./extra.nix
|
|
./gaming
|
|
./git
|
|
./gpg
|
|
./homealone.nix
|
|
./rebuild
|
|
./ssh.nix
|
|
./style.nix
|
|
./tmux
|
|
./usernix
|
|
./vim
|
|
];
|
|
}
|