Files
nixos-config/home/services/default.nix
Elias Schröter 761067ca6e nixvim plugins
install all currently wanted plugins
2026-04-13 18:09:16 +02:00

15 lines
186 B
Nix

{ ... }:
{
imports = [
./flameshot.nix
./fnott.nix
./gpg-agent.nix
./hypridle.nix
./kanshi.nix
./kdeconnect.nix
./nextcloud.nix
./ssh-agent.nix
];
}