nixos-config/modules/home-manager/default.nix
Gabriel Arazas 2a2526f196
home-manager/services/gonic: init
Even though it's pointless in practice since it needs firewall for
security-oriented systems but still... could be useful for desktop
systems where security is permissive.
2024-08-01 12:29:56 +08:00

18 lines
389 B
Nix

{
imports = [
./files/mutable-files.nix
./programs/neovide.nix
./programs/pipewire.nix
./programs/pop-launcher.nix
./programs/zed-editor.nix
./services/archivebox.nix
./services/bleachbit.nix
./services/distant.nix
./services/gallery-dl.nix
./services/gonic.nix
./services/matcha.nix
./services/plover.nix
./services/yt-dlp.nix
];
}