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