nyx/modules/flake/programs/default.nix

7 lines
78 B
Nix

{
imports = [
./shell.nix
./formatter.nix
# ./deploy.nix
];
}