nixos-config/modules/nixos/default.nix
Gabriel Arazas db2da4d7d2
nixos/workflows: reclassify as private modules
It doesn't fit with the public module requirement of no reliance of
third-party modules anymore as we'll be using Bahaghari at the near future.
2024-02-23 20:56:32 +08:00

18 lines
403 B
Nix

{
imports = [
./programs/blender.nix
./programs/cardboard-wm.nix
./programs/distrobox.nix
./programs/gnome-session
./programs/pop-launcher.nix
./programs/sessiond
./programs/wezterm.nix
./services/archivebox.nix
./services/gallery-dl.nix
./services/wezterm-mux-server.nix
./services/vouch-proxy.nix
./services/yt-dlp.nix
./tinted-theming.nix
];
}