11 lines
112 B
Nix
11 lines
112 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./ssh-agent.nix
|
|
./gpg-agent.nix
|
|
./hypridle.nix
|
|
./nextcloud.nix
|
|
];
|
|
}
|