14 lines
321 B
Nix
14 lines
321 B
Nix
{ pkgs, lib, config, ... }: {
|
|
imports =
|
|
[
|
|
./bundles/graphical-desktop.nix
|
|
# ./bundles/gaming.nix
|
|
# ./bundles/docker-server.nix
|
|
# ./bundles/terminal.nix
|
|
# ./bundles/csharp-devel.nix
|
|
# ./bundles/sound-music.nix
|
|
# ./bundles/local-ai.nix
|
|
# ./bundles/editors.nix
|
|
];
|
|
}
|