Files
nixos-config/home/services/default.nix
Elias Schröter e5347f74f8 rework services & alacritty
move back to alacritty and install various services
2026-03-18 15:39:27 +01:00

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
];
}