nixos-config/modules/nixos/default.nix
Gabriel Arazas 440b9fed2f
nixos/programs/kiwmi: remove
Haven't used it and kiwmi doesn't build and get updated much.
2024-01-20 17:18:11 +08:00

17 lines
370 B
Nix

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