16 lines
204 B
Nix
16 lines
204 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./emanote.nix
|
|
./flameshot.nix
|
|
./fnott.nix
|
|
./gpg-agent.nix
|
|
./hypridle.nix
|
|
./kanshi.nix
|
|
./kdeconnect.nix
|
|
./nextcloud.nix
|
|
./ssh-agent.nix
|
|
];
|
|
}
|